Html Css Color HEX #FCD40F Gold

📋 copy color: '#FCD40F'

red 252 ◦ green 212 ◦ blue 15

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

Shades of Gold #FCD40F

Tints of Gold #FCD40F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.26%

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

R = 52.61%
G = 44.26%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCD40F (or 0xFCD40F) is known color: Gold. HEX triplet: FC, D4 and 0F. RGB value is (252,212,15). Sum of RGB (Red+Green+Blue) = 252+212+15=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 212 (83.20% from 255 or 44.26% from 479); Blue value is 15 (6.25% from 255 or 3.13% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD40F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD40F is #032BF0. Grayscale: #CACACA. Windows color (decimal): -207857 or 1037564. OLE color: 1037564.

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

Color convert

RGB 252 212 15 -
CMYK 0 0.16 0.94 0.01
HSL 49.87º 0.98% 0.52% -
HSV(B) 49.87º 0.94% 0.99% -
XYZ 63.77 67.82 10.18 -
YUV 201.5 22.75 164.02 -
System Red Green Blue C M Y K H S L
Decimal 252 212 15 0 0.16 0.94 0.01 49.87 0.98 0.52
Hex FC D4 F 0 10 5E 1 32 62 34
Octal 374 324 17 0 20 136 1 62 142 64
Binary 11111100 11010100 1111 0 10000 1011110 1 110010 1100010 110100

Color Harmonies of #FCD40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD40F

Black with #FCD40F

Text Example


Text Example

White with #FCD40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD40F; }

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

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

background-color css

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

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

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

border-color css

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

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

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