#F2EC7B

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

Shades of Texas #F2EC7B

Tints of Texas #F2EC7B

Color information

#F2EC7B (or 0xF2EC7B) is unknown color: approx Texas. HEX triplet: F2, EC and 7B. RGB value is (242,236,123). Sum of RGB (Red+Green+Blue) = 242+236+123=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 236 (92.58% from 255 or 39.27% from 601); Blue value is 123 (48.44% from 255 or 20.47% from 601); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EC7B is #0D1384. Grayscale: #E1E1E1. Windows color (decimal): -856965 or 8121586. OLE color: 8121586.

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

Color convert

RGB242236123-
CMYK00.020.490.05
HSL56.97º82.07%71.57%-
HSV(B)56.97º49.17%94.9%-
XYZ70.1980.330.54-
YUV224.9170.49140.19-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.27%
GREEN value IS 236 (92.58% from 255) = 39.27%
BLUE value IS 123 (48.44% from 255) = 20.47%
R=40.27%
G=39.27%
B=20.47%

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
Decimal24223612300.020.490.0556.9782.0771.57
HexF2EC7B02315395248
Octal3623541730261571122110
Binary1111001011101100111101101011000110111100110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EC7B; }

 p { color: rgb(242,236,123); }

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

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

 a { background-color: rgb(242,236,123); }

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

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

 span { border-color: rgb(242,236,123); }

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