Html Css Color HEX #F6EA7D Texas

📋 copy color: '#F6EA7D'

red 246 ◦ green 234 ◦ blue 125

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

Shades of Texas #F6EA7D

Tints of Texas #F6EA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 20.66%

R = 40.66%
G = 38.68%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F6EA7D (or 0xF6EA7D) is known color: Texas. HEX triplet: F6, EA and 7D. RGB value is (246,234,125). Sum of RGB (Red+Green+Blue) = 246+234+125=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 234 (91.80% from 255 or 38.68% from 605); Blue value is 125 (49.22% from 255 or 20.66% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EA7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6EA7D is #091582. Grayscale: #E1E1E1. Windows color (decimal): -595331 or 8252150. OLE color: 8252150.

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

Color convert

RGB 246 234 125 -
CMYK 0 0.05 0.49 0.04
HSL 54.05º 0.87% 0.73% -
HSV(B) 54.05º 0.49% 0.96% -
XYZ 71.13 79.92 31.08 -
YUV 225.16 71.48 142.86 -
System Red Green Blue C M Y K H S L
Decimal 246 234 125 0 0.05 0.49 0.04 54.05 0.87 0.73
Hex F6 EA 7D 0 5 31 4 36 57 49
Octal 366 352 175 0 5 61 4 66 127 111
Binary 11110110 11101010 1111101 0 101 110001 100 110110 1010111 1001001

Color Harmonies of #F6EA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6EA7D

Black with #F6EA7D

Text Example


Text Example

White with #F6EA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6EA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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