#f2e775

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

Shades of Texas #F2E775

Tints of Texas #F2E775

Color information

#F2E775 (or 0xF2E775) is unknown color: approx Texas. HEX triplet: F2, E7 and 75. RGB value is (242,231,117). Sum of RGB (Red+Green+Blue) = 242+231+117=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 231 (90.62% from 255 or 39.15% from 590); Blue value is 117 (46.09% from 255 or 19.83% from 590); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E775 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E775 is #0D188A. Grayscale: #DDDDDD. Windows color (decimal): -858251 or 7727090. OLE color: 7727090.

HSL color Cylindrical-coordinate representation of color #F2E775: hue angle of 54.72º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F2E775 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB242231117-
CMYK00.050.520.05
HSL54.72º82.78%70.39%-
HSV(B)54.72º51.65%94.9%-
XYZ68.477.3128.15-
YUV221.2969.14142.77-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.02%
GREEN value IS 231 (90.62% from 255) = 39.15%
BLUE value IS 117 (46.09% from 255) = 19.83%
R=41.02%
G=39.15%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223111700.050.520.0554.7282.7870.39
HexF2E77505345375346
Octal3623471650564567123106
Binary11110010111001111110101010111010010111011110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2e775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2e775; }

 p { color: rgb(242,231,117); }

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

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

 a { background-color: rgb(242,231,117); }

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

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

 span { border-color: rgb(242,231,117); }

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