#F0E483

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

Shades of Texas #F0E483

Tints of Texas #F0E483

Color information

#F0E483 (or 0xF0E483) is unknown color: approx Texas. HEX triplet: F0, E4 and 83. RGB value is (240,228,131). Sum of RGB (Red+Green+Blue) = 240+228+131=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 228 (89.45% from 255 or 38.06% from 599); Blue value is 131 (51.56% from 255 or 21.87% from 599); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E483 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E483 is #0F1B7C. Grayscale: #DCDCDC. Windows color (decimal): -990077 or 8643824. OLE color: 8643824.

HSL color Cylindrical-coordinate representation of color #F0E483: hue angle of 53.39º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F0E483 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB240228131-
CMYK00.050.450.06
HSL53.39º78.42%72.75%-
HSV(B)53.39º45.42%94.12%-
XYZ67.7875.6532.5-
YUV220.5377.48141.89-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.07%
GREEN value IS 228 (89.45% from 255) = 38.06%
BLUE value IS 131 (51.56% from 255) = 21.87%
R=40.07%
G=38.06%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022813100.050.450.0653.3978.4272.75
HexF0E483052D6354e49
Octal3603442030555665116111
Binary111100001110010010000011010110110111011010110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E483; }

 p { color: rgb(240,228,131); }

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

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

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

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

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

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

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