Html Css Color HEX #FCE802 Golden Yellow

📋 copy color: '#FCE802'

red 252 ◦ green 232 ◦ blue 2

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

Shades of Golden Yellow #FCE802

Tints of Golden Yellow #FCE802

RGB

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

 GREEN value IS 232 (91.02% from 255) = 47.74%

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

R = 51.85%
G = 47.74%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FCE802 (or 0xFCE802) is known color: Golden Yellow. HEX triplet: FC, E8 and 02. RGB value is (252,232,2). Sum of RGB (Red+Green+Blue) = 252+232+2=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 232 (91.02% from 255 or 47.74% from 486); Blue value is 2 (1.17% from 255 or 0.41% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE802 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE802 is #0317FD. Grayscale: #D4D4D4. Windows color (decimal): -202750 or 190716. OLE color: 190716.

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

Color convert

RGB 252 232 2 -
CMYK 0 0.08 0.99 0.01
HSL 55.2º 0.98% 0.5% -
HSV(B) 55.2º 0.99% 0.99% -
XYZ 69.01 78.41 11.56 -
YUV 211.76 9.63 156.7 -
System Red Green Blue C M Y K H S L
Decimal 252 232 2 0 0.08 0.99 0.01 55.2 0.98 0.5
Hex FC E8 2 0 8 63 1 37 62 32
Octal 374 350 2 0 10 143 1 67 142 62
Binary 11111100 11101000 10 0 1000 1100011 1 110111 1100010 110010

Color Harmonies of #FCE802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE802

Black with #FCE802

Text Example


Text Example

White with #FCE802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE802; }

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

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

background-color css

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

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

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

border-color css

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

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

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