#F0F17F

Color #F0F17F Texas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Texas #F0F17F

Tints of Texas #F0F17F

Color information

#F0F17F (or 0xF0F17F) is unknown color: approx Texas. HEX triplet: F0, F1 and 7F. RGB value is (240,241,127). Sum of RGB (Red+Green+Blue) = 240+241+127=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 241 (94.53% from 255 or 39.64% from 608); Blue value is 127 (50% from 255 or 20.89% from 608); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F17F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F17F is #0F0E80. Grayscale: #E4E4E4. Windows color (decimal): -986753 or 8385008. OLE color: 8385008.

HSL color Cylindrical-coordinate representation of color #F0F17F: hue angle of 60.53º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0F17F is Cyan = 0.00, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB240241127-
CMYK0.0000.470.05
HSL60.53º80.28%72.16%-
HSV(B)60.53º47.3%94.51%-
XYZ71.2282.9732.34-
YUV227.771.17136.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 39.47%
GREEN value IS 241 (94.53% from 255) = 39.64%
BLUE value IS 127 (50% from 255) = 20.89%
R=39.47%
G=39.64%
B=20.89%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402411270.0000.470.0560.5380.2872.16
HexF0F17F002F53d5048
Octal3603611770057575120110
Binary111100001111000111111110010111110111110110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F17F; }

 p { color: rgb(240,241,127); }

 H1.HeaderClassName
 {
   color: #F0F17F;
 }
 .AnyTagClassName
 {
   color: #F0F17F;
 }
</style>
background-color css

<style>
 a { background-color: #F0F17F; }

 a { background-color: rgb(240,241,127); }

 div.DivClassName
 {
   background-color: #F0F17F;
 }
 .BgClassName
 {
   background-color: #F0F17F;
 }
</style>
border-color css

<style>
 span { border-color: #F0F17F; }

 span { border-color: rgb(240,241,127); }

 td.TdClassName
 {
   border-color: #F0F17F;
 }
 .TagClassName
 {
   border-color: #F0F17F;
 }
</style>