Html Css Color HEX #FEE205 Golden Yellow

📋 copy color: '#FEE205'

red 254 ◦ green 226 ◦ blue 5

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

Shades of Golden Yellow #FEE205

Tints of Golden Yellow #FEE205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.03%

R = 52.37%
G = 46.6%
B = 1.03%

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

#FEE205 (or 0xFEE205) is known color: Golden Yellow. HEX triplet: FE, E2 and 05. RGB value is (254,226,5). Sum of RGB (Red+Green+Blue) = 254+226+5=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 226 (88.67% from 255 or 46.60% from 485); Blue value is 5 (2.34% from 255 or 1.03% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE205 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE205 is #011DFA. Grayscale: #D2D2D2. Windows color (decimal): -73211 or 385790. OLE color: 385790.

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

Color convert

RGB 254 226 5 -
CMYK 0 0.11 0.98 0.00
HSL 53.25º 0.99% 0.51% -
HSV(B) 53.25º 0.98% 1% -
XYZ 68.1 75.47 11.12 -
YUV 209.18 12.78 159.97 -
System Red Green Blue C M Y K H S L
Decimal 254 226 5 0 0.11 0.98 0.00 53.25 0.99 0.51
Hex FE E2 5 0 B 62 0 35 63 33
Octal 376 342 5 0 13 142 0 65 143 63
Binary 11111110 11100010 101 0 1011 1100010 0 110101 1100011 110011

Color Harmonies of #FEE205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE205

Black with #FEE205

Text Example


Text Example

White with #FEE205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE205; }

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

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

background-color css

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

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

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

border-color css

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

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

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