#F4EB82

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

Shades of Texas #F4EB82

Tints of Texas #F4EB82

Color information

#F4EB82 (or 0xF4EB82) is unknown color: approx Texas. HEX triplet: F4, EB and 82. RGB value is (244,235,130). Sum of RGB (Red+Green+Blue) = 244+235+130=609 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.07% from 609); Green value is 235 (92.19% from 255 or 38.59% from 609); Blue value is 130 (51.17% from 255 or 21.35% from 609); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EB82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4EB82 is #0B147D. Grayscale: #E2E2E2. Windows color (decimal): -726142 or 8580084. OLE color: 8580084.

HSL color Cylindrical-coordinate representation of color #F4EB82: hue angle of 55.26º 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 #F4EB82 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB244235130-
CMYK00.040.470.04
HSL55.26º83.82%73.33%-
HSV(B)55.26º46.72%95.69%-
XYZ71.0580.2632.87-
YUV225.7273.98141.04-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.07%
GREEN value IS 235 (92.19% from 255) = 38.59%
BLUE value IS 130 (51.17% from 255) = 21.35%
R=40.07%
G=38.59%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24423513000.040.470.0455.2683.8273.33
HexF4EB82042F4375449
Octal3643532020457467124111
Binary111101001110101110000010010010111110011011110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4EB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4EB82; }

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

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

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

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

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

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

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

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