Html Css Color HEX #FCE302 Golden Yellow

📋 copy color: '#FCE302'

red 252 ◦ green 227 ◦ blue 2

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

Shades of Golden Yellow #FCE302

Tints of Golden Yellow #FCE302

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.19%

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

R = 52.39%
G = 47.19%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FCE302 (or 0xFCE302) is known color: Golden Yellow. HEX triplet: FC, E3 and 02. RGB value is (252,227,2). Sum of RGB (Red+Green+Blue) = 252+227+2=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 227 (89.06% from 255 or 47.19% from 481); Blue value is 2 (1.17% from 255 or 0.42% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE302 is #031CFD. Grayscale: #D1D1D1. Windows color (decimal): -204030 or 189436. OLE color: 189436.

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

Color convert

RGB 252 227 2 -
CMYK 0 0.10 0.99 0.01
HSL 54º 0.98% 0.5% -
HSV(B) 54º 0.99% 0.99% -
XYZ 67.62 75.64 11.09 -
YUV 208.83 11.28 158.8 -
System Red Green Blue C M Y K H S L
Decimal 252 227 2 0 0.10 0.99 0.01 54 0.98 0.5
Hex FC E3 2 0 A 63 1 36 62 32
Octal 374 343 2 0 12 143 1 66 142 62
Binary 11111100 11100011 10 0 1010 1100011 1 110110 1100010 110010

Color Harmonies of #FCE302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE302

Black with #FCE302

Text Example


Text Example

White with #FCE302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE302; }

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

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

background-color css

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

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

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

border-color css

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

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

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