Html Css Color HEX #FCD70D Gold

📋 copy color: '#FCD70D'

red 252 ◦ green 215 ◦ blue 13

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

Shades of Gold #FCD70D

Tints of Gold #FCD70D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.79%

 BLUE value IS 13 (5.47% from 255) = 2.71%

R = 52.5%
G = 44.79%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCD70D (or 0xFCD70D) is known color: Gold. HEX triplet: FC, D7 and 0D. RGB value is (252,215,13). Sum of RGB (Red+Green+Blue) = 252+215+13=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 215 (84.38% from 255 or 44.79% from 480); Blue value is 13 (5.47% from 255 or 2.71% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD70D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD70D is #0328F2. Grayscale: #CBCBCB. Windows color (decimal): -207091 or 907260. OLE color: 907260.

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

Color convert

RGB 252 215 13 -
CMYK 0 0.15 0.95 0.01
HSL 50.71º 0.98% 0.52% -
HSV(B) 50.71º 0.95% 0.99% -
XYZ 64.52 69.33 10.36 -
YUV 203.04 20.76 162.93 -
System Red Green Blue C M Y K H S L
Decimal 252 215 13 0 0.15 0.95 0.01 50.71 0.98 0.52
Hex FC D7 D 0 F 5F 1 33 62 34
Octal 374 327 15 0 17 137 1 63 142 64
Binary 11111100 11010111 1101 0 1111 1011111 1 110011 1100010 110100

Color Harmonies of #FCD70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD70D

Black with #FCD70D

Text Example


Text Example

White with #FCD70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD70D; }

 p { color: rgb(252,215,13); }

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

background-color css

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

 a { background-color: rgb(252,215,13); }

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

border-color css

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

 span { border-color: rgb(252,215,13); }

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