Html Css Color HEX #FCE002 Golden Yellow

📋 copy color: '#FCE002'

red 252 ◦ green 224 ◦ blue 2

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

Shades of Golden Yellow #FCE002

Tints of Golden Yellow #FCE002

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.86%

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

R = 52.72%
G = 46.86%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FCE002 (or 0xFCE002) is known color: Golden Yellow. HEX triplet: FC, E0 and 02. RGB value is (252,224,2). Sum of RGB (Red+Green+Blue) = 252+224+2=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 224 (87.89% from 255 or 46.86% from 478); Blue value is 2 (1.17% from 255 or 0.42% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE002 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE002 is #031FFD. Grayscale: #CFCFCF. Windows color (decimal): -204798 or 188668. OLE color: 188668.

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

Color convert

RGB 252 224 2 -
CMYK 0 0.11 0.99 0.01
HSL 53.28º 0.98% 0.5% -
HSV(B) 53.28º 0.99% 0.99% -
XYZ 66.81 74.01 10.82 -
YUV 207.06 12.28 160.05 -
System Red Green Blue C M Y K H S L
Decimal 252 224 2 0 0.11 0.99 0.01 53.28 0.98 0.5
Hex FC E0 2 0 B 63 1 35 62 32
Octal 374 340 2 0 13 143 1 65 142 62
Binary 11111100 11100000 10 0 1011 1100011 1 110101 1100010 110010

Color Harmonies of #FCE002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE002

Black with #FCE002

Text Example


Text Example

White with #FCE002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE002; }

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

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

background-color css

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

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

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

border-color css

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

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

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