#F0F37F

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

Shades of Texas #F0F37F

Tints of Texas #F0F37F

Color information

#F0F37F (or 0xF0F37F) is unknown color: approx Texas. HEX triplet: F0, F3 and 7F. RGB value is (240,243,127). Sum of RGB (Red+Green+Blue) = 240+243+127=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 243 (95.31% from 255 or 39.84% from 610); Blue value is 127 (50% from 255 or 20.82% from 610); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F37F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F37F is #0F0C80. Grayscale: #E5E5E5. Windows color (decimal): -986241 or 8385520. OLE color: 8385520.

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

Color convert

RGB240243127-
CMYK0.0100.480.05
HSL61.55º82.86%72.55%-
HSV(B)61.55º47.74%95.29%-
XYZ71.8284.1632.54-
YUV228.8870.51135.93-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.34%
GREEN value IS 243 (95.31% from 255) = 39.84%
BLUE value IS 127 (50% from 255) = 20.82%
R=39.34%
G=39.84%
B=20.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402431270.0100.480.0561.5582.8672.55
HexF0F37F103053e5349
Octal3603631771060576123111
Binary111100001111001111111111011000010111111010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F37F; }

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

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

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

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

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

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

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

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