Html Css Color HEX #FEE300 Golden Yellow

📋 copy color: '#FEE300'

red 254 ◦ green 227 ◦ blue 0

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

Shades of Golden Yellow #FEE300

Tints of Golden Yellow #FEE300

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.19%

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

R = 52.81%
G = 47.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FEE300 (or 0xFEE300) is known color: Golden Yellow. HEX triplet: FE, E3 and 00. RGB value is (254,227,0). Sum of RGB (Red+Green+Blue) = 254+227+0=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 227 (89.06% from 255 or 47.19% from 481); Blue value is 0 (0.39% from 255 or 0% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE300 is #011CFF. Grayscale: #D2D2D2. Windows color (decimal): -72960 or 58366. OLE color: 58366.

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

Color convert

RGB 254 227 0 -
CMYK 0 0.11 1 0.00
HSL 53.62º 1% 0.5% -
HSV(B) 53.62º 1% 1% -
XYZ 68.34 76.01 11.07 -
YUV 209.2 9.95 159.96 -
System Red Green Blue C M Y K H S L
Decimal 254 227 0 0 0.11 1 0.00 53.62 1 0.5
Hex FE E3 0 0 B 64 0 36 64 32
Octal 376 343 0 0 13 144 0 66 144 62
Binary 11111110 11100011 0 0 1011 1100100 0 110110 1100100 110010

Color Harmonies of #FEE300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE300

Black with #FEE300

Text Example


Text Example

White with #FEE300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE300; }

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

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

background-color css

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

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

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

border-color css

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

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

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