#F2E37C

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

Shades of Texas #F2E37C

Tints of Texas #F2E37C

Color information

#F2E37C (or 0xF2E37C) is unknown color: approx Texas. HEX triplet: F2, E3 and 7C. RGB value is (242,227,124). Sum of RGB (Red+Green+Blue) = 242+227+124=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 227 (89.06% from 255 or 38.28% from 593); Blue value is 124 (48.83% from 255 or 20.91% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E37C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E37C is #0D1C83. Grayscale: #DCDCDC. Windows color (decimal): -859268 or 8184818. OLE color: 8184818.

HSL color Cylindrical-coordinate representation of color #F2E37C: hue angle of 52.37º 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 #F2E37C is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB242227124-
CMYK00.060.490.05
HSL52.37º81.94%71.76%-
HSV(B)52.37º48.76%94.9%-
XYZ67.7375.2730.03-
YUV219.7473.97143.88-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.81%
GREEN value IS 227 (89.06% from 255) = 38.28%
BLUE value IS 124 (48.83% from 255) = 20.91%
R=40.81%
G=38.28%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222712400.060.490.0552.3781.9471.76
HexF2E37C06315345248
Octal3623431740661564122110
Binary11110010111000111111100011011000110111010010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E37C; }

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

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

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

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

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

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

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

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