#F5EA7B

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

Shades of Texas #F5EA7B

Tints of Texas #F5EA7B

Color information

#F5EA7B (or 0xF5EA7B) is unknown color: approx Texas. HEX triplet: F5, EA and 7B. RGB value is (245,234,123). Sum of RGB (Red+Green+Blue) = 245+234+123=602 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.70% from 602); Green value is 234 (91.80% from 255 or 38.87% from 602); Blue value is 123 (48.44% from 255 or 20.43% from 602); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EA7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5EA7B is #0A1584. Grayscale: #E1E1E1. Windows color (decimal): -660869 or 8121077. OLE color: 8121077.

HSL color Cylindrical-coordinate representation of color #F5EA7B: hue angle of 54.59º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F5EA7B is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB245234123-
CMYK00.040.500.04
HSL54.59º85.92%72.16%-
HSV(B)54.59º49.8%96.08%-
XYZ70.6579.6930.4-
YUV224.6470.64142.53-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.70%
GREEN value IS 234 (91.80% from 255) = 38.87%
BLUE value IS 123 (48.44% from 255) = 20.43%
R=40.70%
G=38.87%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523412300.040.500.0454.5985.9272.16
HexF5EA7B04324375648
Octal3653521730462467126110
Binary11110101111010101111011010011001010011011110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EA7B; }

 p { color: rgb(245,234,123); }

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

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

 a { background-color: rgb(245,234,123); }

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

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

 span { border-color: rgb(245,234,123); }

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