Html Css Color HEX #F5ED81 Texas

📋 copy color: '#F5ED81'

red 245 ◦ green 237 ◦ blue 129

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

Shades of Texas #F5ED81

Tints of Texas #F5ED81

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.79%

 BLUE value IS 129 (50.78% from 255) = 21.11%

R = 40.1%
G = 38.79%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F5ED81 (or 0xF5ED81) is known color: Texas. HEX triplet: F5, ED and 81. RGB value is (245,237,129). Sum of RGB (Red+Green+Blue) = 245+237+129=611 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.10% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 129 (50.78% from 255 or 21.11% from 611); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ED81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5ED81 is #0A127E. Grayscale: #E3E3E3. Windows color (decimal): -660095 or 8515061. OLE color: 8515061.

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

Color convert

RGB 245 237 129 -
CMYK 0 0.03 0.47 0.04
HSL 55.86º 0.85% 0.73% -
HSV(B) 55.86º 0.47% 0.96% -
XYZ 71.9 81.57 32.72 -
YUV 227.08 72.65 140.78 -
System Red Green Blue C M Y K H S L
Decimal 245 237 129 0 0.03 0.47 0.04 55.86 0.85 0.73
Hex F5 ED 81 0 3 2F 4 38 55 49
Octal 365 355 201 0 3 57 4 70 125 111
Binary 11110101 11101101 10000001 0 11 101111 100 111000 1010101 1001001

Color Harmonies of #F5ED81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ED81

Black with #F5ED81

Text Example


Text Example

White with #F5ED81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ED81; }

 p { color: rgb(245,237,129); }

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

background-color css

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

 a { background-color: rgb(245,237,129); }

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

border-color css

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

 span { border-color: rgb(245,237,129); }

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