#F2EE7C

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

Shades of Texas #F2EE7C

Tints of Texas #F2EE7C

Color information

#F2EE7C (or 0xF2EE7C) is unknown color: approx Texas. HEX triplet: F2, EE and 7C. RGB value is (242,238,124). Sum of RGB (Red+Green+Blue) = 242+238+124=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 238 (93.36% from 255 or 39.40% from 604); Blue value is 124 (48.83% from 255 or 20.53% from 604); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EE7C is #0D1183. Grayscale: #E2E2E2. Windows color (decimal): -856452 or 8187634. OLE color: 8187634.

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

Color convert

RGB242238124-
CMYK00.020.490.05
HSL57.97º81.94%71.76%-
HSV(B)57.97º48.76%94.9%-
XYZ70.8381.4831.06-
YUV226.270.33139.27-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.07%
GREEN value IS 238 (93.36% from 255) = 39.40%
BLUE value IS 124 (48.83% from 255) = 20.53%
R=40.07%
G=39.40%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223812400.020.490.0557.9781.9471.76
HexF2EE7C023153a5248
Octal3623561740261572122110
Binary1111001011101110111110001011000110111101010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EE7C; }

 p { color: rgb(242,238,124); }

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

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

 a { background-color: rgb(242,238,124); }

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

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

 span { border-color: rgb(242,238,124); }

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