Html Css Color HEX #FEE106 Golden Yellow

📋 copy color: '#FEE106'

red 254 ◦ green 225 ◦ blue 6

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

Shades of Golden Yellow #FEE106

Tints of Golden Yellow #FEE106

RGB

 RED value IS 254 (99.61% from 255) = 52.37%

 GREEN value IS 225 (88.28% from 255) = 46.39%

 BLUE value IS 6 (2.73% from 255) = 1.24%

R = 52.37%
G = 46.39%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FEE106 (or 0xFEE106) is known color: Golden Yellow. HEX triplet: FE, E1 and 06. RGB value is (254,225,6). Sum of RGB (Red+Green+Blue) = 254+225+6=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 6 (2.73% from 255 or 1.24% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE106 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE106 is #011EF9. Grayscale: #D1D1D1. Windows color (decimal): -73466 or 451070. OLE color: 451070.

HSL color Cylindrical-coordinate representation of color #FEE106: hue angle of 52.98º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FEE106 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 225 6 -
CMYK 0 0.11 0.98 0.00
HSL 52.98º 0.99% 0.51% -
HSV(B) 52.98º 0.98% 1% -
XYZ 67.83 74.93 11.06 -
YUV 208.71 13.61 160.31 -
System Red Green Blue C M Y K H S L
Decimal 254 225 6 0 0.11 0.98 0.00 52.98 0.99 0.51
Hex FE E1 6 0 B 62 0 35 63 33
Octal 376 341 6 0 13 142 0 65 143 63
Binary 11111110 11100001 110 0 1011 1100010 0 110101 1100011 110011

Color Harmonies of #FEE106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE106

Black with #FEE106

Text Example


Text Example

White with #FEE106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE106; }

 p { color: rgb(254,225,6); }

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

background-color css

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

 a { background-color: rgb(254,225,6); }

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

border-color css

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

 span { border-color: rgb(254,225,6); }

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