Html Css Color HEX #F6EA80 Texas

📋 copy color: '#F6EA80'

red 246 ◦ green 234 ◦ blue 128

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

Shades of Texas #F6EA80

Tints of Texas #F6EA80

RGB

 RED value IS 246 (96.48% from 255) = 40.46%

 GREEN value IS 234 (91.8% from 255) = 38.49%

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

R = 40.46%
G = 38.49%
B = 21.05%

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

#F6EA80 (or 0xF6EA80) is known color: Texas. HEX triplet: F6, EA and 80. RGB value is (246,234,128). Sum of RGB (Red+Green+Blue) = 246+234+128=608 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.46% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 128 (50.39% from 255 or 21.05% from 608); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EA80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6EA80 is #09157F. Grayscale: #E1E1E1. Windows color (decimal): -595328 or 8448758. OLE color: 8448758.

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

Color convert

RGB 246 234 128 -
CMYK 0 0.05 0.48 0.04
HSL 53.9º 0.87% 0.73% -
HSV(B) 53.9º 0.48% 0.96% -
XYZ 71.33 80 32.1 -
YUV 225.5 72.98 142.62 -
System Red Green Blue C M Y K H S L
Decimal 246 234 128 0 0.05 0.48 0.04 53.9 0.87 0.73
Hex F6 EA 80 0 5 30 4 36 57 49
Octal 366 352 200 0 5 60 4 66 127 111
Binary 11110110 11101010 10000000 0 101 110000 100 110110 1010111 1001001

Color Harmonies of #F6EA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6EA80

Black with #F6EA80

Text Example


Text Example

White with #F6EA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6EA80; }

 p { color: rgb(246,234,128); }

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

background-color css

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

 a { background-color: rgb(246,234,128); }

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

border-color css

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

 span { border-color: rgb(246,234,128); }

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