Html Css Color HEX #F5E880 Texas

📋 copy color: '#F5E880'

red 245 ◦ green 232 ◦ blue 128

#F5E880
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Texas #F5E880

Tints of Texas #F5E880

RGB

 RED value IS 245 (96.09% from 255) = 40.5%

 GREEN value IS 232 (91.02% from 255) = 38.35%

 BLUE value IS 128 (50.39% from 255) = 21.16%

R = 40.5%
G = 38.35%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F5E880 (or 0xF5E880) is known color: Texas. HEX triplet: F5, E8 and 80. RGB value is (245,232,128). Sum of RGB (Red+Green+Blue) = 245+232+128=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 232 (91.02% from 255 or 38.35% from 605); Blue value is 128 (50.39% from 255 or 21.16% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E880 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5E880 is #0A177F. Grayscale: #E0E0E0. Windows color (decimal): -661376 or 8448245. OLE color: 8448245.

HSL color Cylindrical-coordinate representation of color #F5E880: hue angle of 53.33º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F5E880 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 232 128 -
CMYK 0 0.05 0.48 0.04
HSL 53.33º 0.85% 0.73% -
HSV(B) 53.33º 0.48% 0.96% -
XYZ 70.41 78.68 31.9 -
YUV 224.03 73.81 142.96 -
System Red Green Blue C M Y K H S L
Decimal 245 232 128 0 0.05 0.48 0.04 53.33 0.85 0.73
Hex F5 E8 80 0 5 30 4 35 55 49
Octal 365 350 200 0 5 60 4 65 125 111
Binary 11110101 11101000 10000000 0 101 110000 100 110101 1010101 1001001

Color Harmonies of #F5E880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E880

Black with #F5E880

Text Example


Text Example

White with #F5E880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E880; }

 p { color: rgb(245,232,128); }

 H1.HeaderClassName
 {
   color: #F5E880;
 }
 .AnyTagClassName
 {
   color: #F5E880;
 }
</style>

background-color css

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

 a { background-color: rgb(245,232,128); }

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

border-color css

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

 span { border-color: rgb(245,232,128); }

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