#F2ED84

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

Shades of Texas #F2ED84

Tints of Texas #F2ED84

Color information

#F2ED84 (or 0xF2ED84) is unknown color: approx Texas. HEX triplet: F2, ED and 84. RGB value is (242,237,132). Sum of RGB (Red+Green+Blue) = 242+237+132=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 132 (51.95% from 255 or 21.60% from 611); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2ED84 is #0D127B. Grayscale: #E2E2E2. Windows color (decimal): -856700 or 8711666. OLE color: 8711666.

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

Color convert

RGB242237132-
CMYK00.020.450.05
HSL57.27º80.88%73.33%-
HSV(B)57.27º45.45%94.9%-
XYZ71.0781.1133.74-
YUV226.5274.66139.04-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.61%
GREEN value IS 237 (92.97% from 255) = 38.79%
BLUE value IS 132 (51.95% from 255) = 21.60%
R=39.61%
G=38.79%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223713200.020.450.0557.2780.8873.33
HexF2ED84022D5395149
Octal3623552040255571121111
Binary11110010111011011000010001010110110111100110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ED84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ED84; }

 p { color: rgb(242,237,132); }

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

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

 a { background-color: rgb(242,237,132); }

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

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

 span { border-color: rgb(242,237,132); }

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