Html Css Color HEX #FCD20F Gold

📋 copy color: '#FCD20F'

red 252 ◦ green 210 ◦ blue 15

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

Shades of Gold #FCD20F

Tints of Gold #FCD20F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.03%

 BLUE value IS 15 (6.25% from 255) = 3.14%

R = 52.83%
G = 44.03%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCD20F (or 0xFCD20F) is known color: Gold. HEX triplet: FC, D2 and 0F. RGB value is (252,210,15). Sum of RGB (Red+Green+Blue) = 252+210+15=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 15 (6.25% from 255 or 3.14% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD20F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD20F is #032DF0. Grayscale: #C9C9C9. Windows color (decimal): -208369 or 1037052. OLE color: 1037052.

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

Color convert

RGB 252 210 15 -
CMYK 0 0.17 0.94 0.01
HSL 49.37º 0.98% 0.52% -
HSV(B) 49.37º 0.94% 0.99% -
XYZ 63.28 66.82 10.02 -
YUV 200.33 23.41 164.86 -
System Red Green Blue C M Y K H S L
Decimal 252 210 15 0 0.17 0.94 0.01 49.37 0.98 0.52
Hex FC D2 F 0 11 5E 1 31 62 34
Octal 374 322 17 0 21 136 1 61 142 64
Binary 11111100 11010010 1111 0 10001 1011110 1 110001 1100010 110100

Color Harmonies of #FCD20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD20F

Black with #FCD20F

Text Example


Text Example

White with #FCD20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD20F; }

 p { color: rgb(252,210,15); }

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

background-color css

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

 a { background-color: rgb(252,210,15); }

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

border-color css

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

 span { border-color: rgb(252,210,15); }

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