Html Css Color HEX #FEE206 Golden Yellow

📋 copy color: '#FEE206'

red 254 ◦ green 226 ◦ blue 6

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

Shades of Golden Yellow #FEE206

Tints of Golden Yellow #FEE206

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.5%

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

R = 52.26%
G = 46.5%
B = 1.23%

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

#FEE206 (or 0xFEE206) is known color: Golden Yellow. HEX triplet: FE, E2 and 06. RGB value is (254,226,6). Sum of RGB (Red+Green+Blue) = 254+226+6=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 226 (88.67% from 255 or 46.50% from 486); Blue value is 6 (2.73% from 255 or 1.23% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE206 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE206 is #011DF9. Grayscale: #D2D2D2. Windows color (decimal): -73210 or 451326. OLE color: 451326.

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

Color convert

RGB 254 226 6 -
CMYK 0 0.11 0.98 0.00
HSL 53.23º 0.99% 0.51% -
HSV(B) 53.23º 0.98% 1% -
XYZ 68.1 75.48 11.15 -
YUV 209.29 13.28 159.89 -
System Red Green Blue C M Y K H S L
Decimal 254 226 6 0 0.11 0.98 0.00 53.23 0.99 0.51
Hex FE E2 6 0 B 62 0 35 63 33
Octal 376 342 6 0 13 142 0 65 143 63
Binary 11111110 11100010 110 0 1011 1100010 0 110101 1100011 110011

Color Harmonies of #FEE206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE206

Black with #FEE206

Text Example


Text Example

White with #FEE206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE206; }

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

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

background-color css

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

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

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

border-color css

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

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

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