Html Css Color HEX #FCE401 Golden Yellow

📋 copy color: '#FCE401'

red 252 ◦ green 228 ◦ blue 1

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

Shades of Golden Yellow #FCE401

Tints of Golden Yellow #FCE401

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.4%

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

R = 52.39%
G = 47.4%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FCE401 (or 0xFCE401) is known color: Golden Yellow. HEX triplet: FC, E4 and 01. RGB value is (252,228,1). Sum of RGB (Red+Green+Blue) = 252+228+1=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 228 (89.45% from 255 or 47.40% from 481); Blue value is 1 (0.78% from 255 or 0.21% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE401 is #031BFE. Grayscale: #D2D2D2. Windows color (decimal): -203775 or 124156. OLE color: 124156.

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

Color convert

RGB 252 228 1 -
CMYK 0 0.10 1.00 0.01
HSL 54.26º 0.99% 0.5% -
HSV(B) 54.26º 1% 0.99% -
XYZ 67.89 76.18 11.16 -
YUV 209.3 10.45 158.46 -
System Red Green Blue C M Y K H S L
Decimal 252 228 1 0 0.10 1.00 0.01 54.26 0.99 0.5
Hex FC E4 1 0 A 64 1 36 63 32
Octal 374 344 1 0 12 144 1 66 143 62
Binary 11111100 11100100 1 0 1010 1100100 1 110110 1100011 110010

Color Harmonies of #FCE401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE401

Black with #FCE401

Text Example


Text Example

White with #FCE401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE401; }

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

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

background-color css

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

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

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

border-color css

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

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

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