Html Css Color HEX #FCE101 Golden Yellow

📋 copy color: '#FCE101'

red 252 ◦ green 225 ◦ blue 1

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

Shades of Golden Yellow #FCE101

Tints of Golden Yellow #FCE101

RGB

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

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

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

R = 52.72%
G = 47.07%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FCE101 (or 0xFCE101) is known color: Golden Yellow. HEX triplet: FC, E1 and 01. RGB value is (252,225,1). Sum of RGB (Red+Green+Blue) = 252+225+1=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 1 (0.78% from 255 or 0.21% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE101 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE101 is #031EFE. Grayscale: #D0D0D0. Windows color (decimal): -204543 or 123388. OLE color: 123388.

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

Color convert

RGB 252 225 1 -
CMYK 0 0.11 1.00 0.01
HSL 53.55º 0.99% 0.5% -
HSV(B) 53.55º 1% 0.99% -
XYZ 67.08 74.55 10.88 -
YUV 207.54 11.45 159.71 -
System Red Green Blue C M Y K H S L
Decimal 252 225 1 0 0.11 1.00 0.01 53.55 0.99 0.5
Hex FC E1 1 0 B 64 1 36 63 32
Octal 374 341 1 0 13 144 1 66 143 62
Binary 11111100 11100001 1 0 1011 1100100 1 110110 1100011 110010

Color Harmonies of #FCE101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE101

Black with #FCE101

Text Example


Text Example

White with #FCE101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE101; }

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

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

background-color css

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

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

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

border-color css

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

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

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