Html Css Color HEX #FCE502 Golden Yellow

📋 copy color: '#FCE502'

red 252 ◦ green 229 ◦ blue 2

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

Shades of Golden Yellow #FCE502

Tints of Golden Yellow #FCE502

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.41%

 BLUE value IS 2 (1.17% from 255) = 0.41%

R = 52.17%
G = 47.41%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FCE502 (or 0xFCE502) is known color: Golden Yellow. HEX triplet: FC, E5 and 02. RGB value is (252,229,2). Sum of RGB (Red+Green+Blue) = 252+229+2=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 229 (89.84% from 255 or 47.41% from 483); Blue value is 2 (1.17% from 255 or 0.41% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE502 is #031AFD. Grayscale: #D2D2D2. Windows color (decimal): -203518 or 189948. OLE color: 189948.

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

Color convert

RGB 252 229 2 -
CMYK 0 0.09 0.99 0.01
HSL 54.48º 0.98% 0.5% -
HSV(B) 54.48º 0.99% 0.99% -
XYZ 68.18 76.74 11.28 -
YUV 210 10.62 157.96 -
System Red Green Blue C M Y K H S L
Decimal 252 229 2 0 0.09 0.99 0.01 54.48 0.98 0.5
Hex FC E5 2 0 9 63 1 36 62 32
Octal 374 345 2 0 11 143 1 66 142 62
Binary 11111100 11100101 10 0 1001 1100011 1 110110 1100010 110010

Color Harmonies of #FCE502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE502

Black with #FCE502

Text Example


Text Example

White with #FCE502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE502; }

 p { color: rgb(252,229,2); }

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

background-color css

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

 a { background-color: rgb(252,229,2); }

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

border-color css

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

 span { border-color: rgb(252,229,2); }

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