Html Css Color HEX #FEE204 Golden Yellow

📋 copy color: '#FEE204'

red 254 ◦ green 226 ◦ blue 4

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

Shades of Golden Yellow #FEE204

Tints of Golden Yellow #FEE204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.83%

R = 52.48%
G = 46.69%
B = 0.83%

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

#FEE204 (or 0xFEE204) is known color: Golden Yellow. HEX triplet: FE, E2 and 04. RGB value is (254,226,4). Sum of RGB (Red+Green+Blue) = 254+226+4=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 226 (88.67% from 255 or 46.69% from 484); Blue value is 4 (1.95% from 255 or 0.83% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE204 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE204 is #011DFB. Grayscale: #D1D1D1. Windows color (decimal): -73212 or 320254. OLE color: 320254.

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

Color convert

RGB 254 226 4 -
CMYK 0 0.11 0.98 0.00
HSL 53.28º 0.99% 0.51% -
HSV(B) 53.28º 0.98% 1% -
XYZ 68.09 75.47 11.09 -
YUV 209.06 12.28 160.05 -
System Red Green Blue C M Y K H S L
Decimal 254 226 4 0 0.11 0.98 0.00 53.28 0.99 0.51
Hex FE E2 4 0 B 62 0 35 63 33
Octal 376 342 4 0 13 142 0 65 143 63
Binary 11111110 11100010 100 0 1011 1100010 0 110101 1100011 110011

Color Harmonies of #FEE204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE204

Black with #FEE204

Text Example


Text Example

White with #FEE204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE204; }

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

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

background-color css

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

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

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

border-color css

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

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

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