Html Css Color HEX #FCE201 Golden Yellow

📋 copy color: '#FCE201'

red 252 ◦ green 226 ◦ blue 1

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

Shades of Golden Yellow #FCE201

Tints of Golden Yellow #FCE201

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.18%

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

R = 52.61%
G = 47.18%
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

#FCE201 (or 0xFCE201) is known color: Golden Yellow. HEX triplet: FC, E2 and 01. RGB value is (252,226,1). Sum of RGB (Red+Green+Blue) = 252+226+1=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 226 (88.67% from 255 or 47.18% from 479); Blue value is 1 (0.78% from 255 or 0.21% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE201 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE201 is #031DFE. Grayscale: #D1D1D1. Windows color (decimal): -204287 or 123644. OLE color: 123644.

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

Color convert

RGB 252 226 1 -
CMYK 0 0.10 1.00 0.01
HSL 53.78º 0.99% 0.5% -
HSV(B) 53.78º 1% 0.99% -
XYZ 67.35 75.09 10.97 -
YUV 208.12 11.11 159.3 -
System Red Green Blue C M Y K H S L
Decimal 252 226 1 0 0.10 1.00 0.01 53.78 0.99 0.5
Hex FC E2 1 0 A 64 1 36 63 32
Octal 374 342 1 0 12 144 1 66 143 62
Binary 11111100 11100010 1 0 1010 1100100 1 110110 1100011 110010

Color Harmonies of #FCE201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE201

Black with #FCE201

Text Example


Text Example

White with #FCE201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE201; }

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

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

background-color css

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

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

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

border-color css

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

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

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