#F0E480

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

Shades of Texas #F0E480

Tints of Texas #F0E480

Color information

#F0E480 (or 0xF0E480) is unknown color: approx Texas. HEX triplet: F0, E4 and 80. RGB value is (240,228,128). Sum of RGB (Red+Green+Blue) = 240+228+128=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 228 (89.45% from 255 or 38.26% from 596); Blue value is 128 (50.39% from 255 or 21.48% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E480 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E480 is #0F1B7F. Grayscale: #DCDCDC. Windows color (decimal): -990080 or 8447216. OLE color: 8447216.

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

Color convert

RGB240228128-
CMYK00.050.470.06
HSL53.57º78.87%72.16%-
HSV(B)53.57º46.67%94.12%-
XYZ67.5775.5731.45-
YUV220.1975.98142.13-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.27%
GREEN value IS 228 (89.45% from 255) = 38.26%
BLUE value IS 128 (50.39% from 255) = 21.48%
R=40.27%
G=38.26%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022812800.050.470.0653.5778.8772.16
HexF0E480052F6364f48
Octal3603442000557666117110
Binary111100001110010010000000010110111111011011010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E480; }

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

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

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

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

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

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

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

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