#F4EC82

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

Shades of Texas #F4EC82

Tints of Texas #F4EC82

Color information

#F4EC82 (or 0xF4EC82) is unknown color: approx Texas. HEX triplet: F4, EC and 82. RGB value is (244,236,130). Sum of RGB (Red+Green+Blue) = 244+236+130=610 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40% from 610); Green value is 236 (92.58% from 255 or 38.69% from 610); Blue value is 130 (51.17% from 255 or 21.31% from 610); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EC82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4EC82 is #0B137D. Grayscale: #E2E2E2. Windows color (decimal): -725886 or 8580340. OLE color: 8580340.

HSL color Cylindrical-coordinate representation of color #F4EC82: hue angle of 55.79º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F4EC82 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB244236130-
CMYK00.030.470.04
HSL55.79º83.82%73.33%-
HSV(B)55.79º46.72%95.69%-
XYZ71.3380.8432.96-
YUV226.3173.65140.62-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40%
GREEN value IS 236 (92.58% from 255) = 38.69%
BLUE value IS 130 (51.17% from 255) = 21.31%
R=40%
G=38.69%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24423613000.030.470.0455.7983.8273.33
HexF4EC82032F4385449
Octal3643542020357470124111
Binary11110100111011001000001001110111110011100010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4EC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4EC82; }

 p { color: rgb(244,236,130); }

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

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

 a { background-color: rgb(244,236,130); }

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

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

 span { border-color: rgb(244,236,130); }

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