#F0F17D

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

Shades of Texas #F0F17D

Tints of Texas #F0F17D

Color information

#F0F17D (or 0xF0F17D) is unknown color: approx Texas. HEX triplet: F0, F1 and 7D. RGB value is (240,241,125). Sum of RGB (Red+Green+Blue) = 240+241+125=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 241 (94.53% from 255 or 39.77% from 606); Blue value is 125 (49.22% from 255 or 20.63% from 606); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F17D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F17D is #0F0E82. Grayscale: #E3E3E3. Windows color (decimal): -986755 or 8253936. OLE color: 8253936.

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

Color convert

RGB240241125-
CMYK0.0000.480.05
HSL60.52º80.56%71.76%-
HSV(B)60.52º48.13%94.51%-
XYZ71.0982.9231.66-
YUV227.4870.17136.93-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.60%
GREEN value IS 241 (94.53% from 255) = 39.77%
BLUE value IS 125 (49.22% from 255) = 20.63%
R=39.60%
G=39.77%
B=20.63%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402411250.0000.480.0560.5280.5671.76
HexF0F17D003053d5148
Octal3603611750060575121110
Binary111100001111000111111010011000010111110110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F17D; }

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

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

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

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

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

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

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

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