Html Css Color HEX #F5E680 Texas

📋 copy color: '#F5E680'

red 245 ◦ green 230 ◦ blue 128

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

Shades of Texas #F5E680

Tints of Texas #F5E680

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.14%

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

R = 40.63%
G = 38.14%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F5E680 (or 0xF5E680) is known color: Texas. HEX triplet: F5, E6 and 80. RGB value is (245,230,128). Sum of RGB (Red+Green+Blue) = 245+230+128=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 230 (90.23% from 255 or 38.14% from 603); Blue value is 128 (50.39% from 255 or 21.23% from 603); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E680 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5E680 is #0A197F. Grayscale: #DFDFDF. Windows color (decimal): -661888 or 8447733. OLE color: 8447733.

HSL color Cylindrical-coordinate representation of color #F5E680: hue angle of 52.31º 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 #F5E680 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 230 128 -
CMYK 0 0.06 0.48 0.04
HSL 52.31º 0.85% 0.73% -
HSV(B) 52.31º 0.48% 0.96% -
XYZ 69.85 77.56 31.71 -
YUV 222.86 74.47 143.79 -
System Red Green Blue C M Y K H S L
Decimal 245 230 128 0 0.06 0.48 0.04 52.31 0.85 0.73
Hex F5 E6 80 0 6 30 4 34 55 49
Octal 365 346 200 0 6 60 4 64 125 111
Binary 11110101 11100110 10000000 0 110 110000 100 110100 1010101 1001001

Color Harmonies of #F5E680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E680

Black with #F5E680

Text Example


Text Example

White with #F5E680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E680; }

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

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

background-color css

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

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

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

border-color css

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

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

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