#F0E375

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

Shades of Texas #F0E375

Tints of Texas #F0E375

Color information

#F0E375 (or 0xF0E375) is unknown color: approx Texas. HEX triplet: F0, E3 and 75. RGB value is (240,227,117). Sum of RGB (Red+Green+Blue) = 240+227+117=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 227 (89.06% from 255 or 38.87% from 584); Blue value is 117 (46.09% from 255 or 20.03% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E375 is #0F1C8A. Grayscale: #DADADA. Windows color (decimal): -990347 or 7726064. OLE color: 7726064.

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

Color convert

RGB240227117-
CMYK00.050.510.06
HSL53.66º80.39%70%-
HSV(B)53.66º51.25%94.12%-
XYZ66.6274.7527.75-
YUV218.3570.81143.44-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.10%
GREEN value IS 227 (89.06% from 255) = 38.87%
BLUE value IS 117 (46.09% from 255) = 20.03%
R=41.10%
G=38.87%
B=20.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022711700.050.510.0653.6680.3970
HexF0E37505336365046
Octal3603431650563666120106
Binary11110000111000111110101010111001111011011010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E375; }

 p { color: rgb(240,227,117); }

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

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

 a { background-color: rgb(240,227,117); }

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

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

 span { border-color: rgb(240,227,117); }

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