#F0E773

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

Shades of Texas #F0E773

Tints of Texas #F0E773

Color information

#F0E773 (or 0xF0E773) is unknown color: approx Texas. HEX triplet: F0, E7 and 73. RGB value is (240,231,115). Sum of RGB (Red+Green+Blue) = 240+231+115=586 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.96% from 586); Green value is 231 (90.62% from 255 or 39.42% from 586); Blue value is 115 (45.31% from 255 or 19.62% from 586); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E773 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0E773 is #0F188C. Grayscale: #DCDCDC. Windows color (decimal): -989325 or 7596016. OLE color: 7596016.

HSL color Cylindrical-coordinate representation of color #F0E773: hue angle of 55.68º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0E773 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB240231115-
CMYK00.040.520.06
HSL55.68º80.65%69.61%-
HSV(B)55.68º52.08%94.12%-
XYZ67.6176.9127.5-
YUV220.4768.48141.93-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.96%
GREEN value IS 231 (90.62% from 255) = 39.42%
BLUE value IS 115 (45.31% from 255) = 19.62%
R=40.96%
G=39.42%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023111500.040.520.0655.6880.6569.61
HexF0E77304346385146
Octal3603471630464670121106
Binary11110000111001111110011010011010011011100010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E773; }

 p { color: rgb(240,231,115); }

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

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

 a { background-color: rgb(240,231,115); }

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

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

 span { border-color: rgb(240,231,115); }

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