Html Css Color HEX #FEE000 Golden Yellow

📋 copy color: '#FEE000'

red 254 ◦ green 224 ◦ blue 0

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

Shades of Golden Yellow #FEE000

Tints of Golden Yellow #FEE000

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.86%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.14%
G = 46.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FEE000 (or 0xFEE000) is known color: Golden Yellow. HEX triplet: FE, E0 and 00. RGB value is (254,224,0). Sum of RGB (Red+Green+Blue) = 254+224+0=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 224 (87.89% from 255 or 46.86% from 478); Blue value is 0 (0.39% from 255 or 0% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE000 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE000 is #011FFF. Grayscale: #D0D0D0. Windows color (decimal): -73728 or 57598. OLE color: 57598.

HSL color Cylindrical-coordinate representation of color #FEE000: hue angle of 52.91º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FEE000 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 224 0 -
CMYK 0 0.12 1 0.00
HSL 52.91º 1% 0.5% -
HSV(B) 52.91º 1% 1% -
XYZ 67.53 74.38 10.8 -
YUV 207.43 10.94 161.21 -
System Red Green Blue C M Y K H S L
Decimal 254 224 0 0 0.12 1 0.00 52.91 1 0.5
Hex FE E0 0 0 C 64 0 35 64 32
Octal 376 340 0 0 14 144 0 65 144 62
Binary 11111110 11100000 0 0 1100 1100100 0 110101 1100100 110010

Color Harmonies of #FEE000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE000

Black with #FEE000

Text Example


Text Example

White with #FEE000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE000; }

 p { color: rgb(254,224,0); }

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

background-color css

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

 a { background-color: rgb(254,224,0); }

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

border-color css

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

 span { border-color: rgb(254,224,0); }

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