Html Css Color HEX #FEE406 Golden Yellow

📋 copy color: '#FEE406'

red 254 ◦ green 228 ◦ blue 6

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

Shades of Golden Yellow #FEE406

Tints of Golden Yellow #FEE406

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.72%

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

R = 52.05%
G = 46.72%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FEE406 (or 0xFEE406) is known color: Golden Yellow. HEX triplet: FE, E4 and 06. RGB value is (254,228,6). Sum of RGB (Red+Green+Blue) = 254+228+6=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 228 (89.45% from 255 or 46.72% from 488); Blue value is 6 (2.73% from 255 or 1.23% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE406 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE406 is #011BF9. Grayscale: #D3D3D3. Windows color (decimal): -72698 or 451838. OLE color: 451838.

HSL color Cylindrical-coordinate representation of color #FEE406: hue angle of 53.71º 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 #FEE406 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 228 6 -
CMYK 0 0.10 0.98 0.00
HSL 53.71º 0.99% 0.51% -
HSV(B) 53.71º 0.98% 1% -
XYZ 68.65 76.57 11.33 -
YUV 210.47 12.61 159.05 -
System Red Green Blue C M Y K H S L
Decimal 254 228 6 0 0.10 0.98 0.00 53.71 0.99 0.51
Hex FE E4 6 0 A 62 0 36 63 33
Octal 376 344 6 0 12 142 0 66 143 63
Binary 11111110 11100100 110 0 1010 1100010 0 110110 1100011 110011

Color Harmonies of #FEE406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE406

Black with #FEE406

Text Example


Text Example

White with #FEE406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE406; }

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

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

background-color css

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

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

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

border-color css

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

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

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