#F0F07D

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

Shades of Texas #F0F07D

Tints of Texas #F0F07D

Color information

#F0F07D (or 0xF0F07D) is unknown color: approx Texas. HEX triplet: F0, F0 and 7D. RGB value is (240,240,125). Sum of RGB (Red+Green+Blue) = 240+240+125=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 240 (94.14% from 255 or 39.67% from 605); Blue value is 125 (49.22% from 255 or 20.66% from 605); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F07D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F07D is #0F0F82. Grayscale: #E3E3E3. Windows color (decimal): -987011 or 8253680. OLE color: 8253680.

HSL color Cylindrical-coordinate representation of color #F0F07D: hue angle of 60º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0F07D is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB240240125-
CMYK000.480.06
HSL60º79.31%71.57%-
HSV(B)60º47.92%94.12%-
XYZ70.882.3331.56-
YUV226.8970.5137.35-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.67%
GREEN value IS 240 (94.14% from 255) = 39.67%
BLUE value IS 125 (49.22% from 255) = 20.66%
R=39.67%
G=39.67%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240240125000.480.066079.3171.57
HexF0F07D003063c4f48
Octal3603601750060674117110
Binary111100001111000011111010011000011011110010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F07D; }

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

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

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

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

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

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

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

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