Html Css Color HEX #FEE104 Golden Yellow

📋 copy color: '#FEE104'

red 254 ◦ green 225 ◦ blue 4

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

Shades of Golden Yellow #FEE104

Tints of Golden Yellow #FEE104

RGB

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

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

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

R = 52.59%
G = 46.58%
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

#FEE104 (or 0xFEE104) is known color: Golden Yellow. HEX triplet: FE, E1 and 04. RGB value is (254,225,4). Sum of RGB (Red+Green+Blue) = 254+225+4=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 4 (1.95% from 255 or 0.83% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE104 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE104 is #011EFB. Grayscale: #D1D1D1. Windows color (decimal): -73468 or 319998. OLE color: 319998.

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

Color convert

RGB 254 225 4 -
CMYK 0 0.11 0.98 0.00
HSL 53.04º 0.99% 0.51% -
HSV(B) 53.04º 0.98% 1% -
XYZ 67.82 74.93 11 -
YUV 208.48 12.61 160.47 -
System Red Green Blue C M Y K H S L
Decimal 254 225 4 0 0.11 0.98 0.00 53.04 0.99 0.51
Hex FE E1 4 0 B 62 0 35 63 33
Octal 376 341 4 0 13 142 0 65 143 63
Binary 11111110 11100001 100 0 1011 1100010 0 110101 1100011 110011

Color Harmonies of #FEE104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE104

Black with #FEE104

Text Example


Text Example

White with #FEE104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE104; }

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

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

background-color css

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

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

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

border-color css

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

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

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