Html Css Color HEX #FCE801 Golden Yellow

📋 copy color: '#FCE801'

red 252 ◦ green 232 ◦ blue 1

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

Shades of Golden Yellow #FCE801

Tints of Golden Yellow #FCE801

RGB

 RED value IS 252 (98.83% from 255) = 51.96%

 GREEN value IS 232 (91.02% from 255) = 47.84%

 BLUE value IS 1 (0.78% from 255) = 0.21%

R = 51.96%
G = 47.84%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FCE801 (or 0xFCE801) is known color: Golden Yellow. HEX triplet: FC, E8 and 01. RGB value is (252,232,1). Sum of RGB (Red+Green+Blue) = 252+232+1=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 232 (91.02% from 255 or 47.84% from 485); Blue value is 1 (0.78% from 255 or 0.21% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE801 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE801 is #0317FE. Grayscale: #D4D4D4. Windows color (decimal): -202751 or 125180. OLE color: 125180.

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

Color convert

RGB 252 232 1 -
CMYK 0 0.08 1.00 0.01
HSL 55.22º 0.99% 0.5% -
HSV(B) 55.22º 1% 0.99% -
XYZ 69.01 78.41 11.53 -
YUV 211.65 9.13 156.78 -
System Red Green Blue C M Y K H S L
Decimal 252 232 1 0 0.08 1.00 0.01 55.22 0.99 0.5
Hex FC E8 1 0 8 64 1 37 63 32
Octal 374 350 1 0 10 144 1 67 143 62
Binary 11111100 11101000 1 0 1000 1100100 1 110111 1100011 110010

Color Harmonies of #FCE801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE801

Black with #FCE801

Text Example


Text Example

White with #FCE801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE801; }

 p { color: rgb(252,232,1); }

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

background-color css

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

 a { background-color: rgb(252,232,1); }

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

border-color css

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

 span { border-color: rgb(252,232,1); }

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