Html Css Color HEX #FCD30D Gold

📋 copy color: '#FCD30D'

red 252 ◦ green 211 ◦ blue 13

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

Shades of Gold #FCD30D

Tints of Gold #FCD30D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.33%

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

R = 52.94%
G = 44.33%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCD30D (or 0xFCD30D) is known color: Gold. HEX triplet: FC, D3 and 0D. RGB value is (252,211,13). Sum of RGB (Red+Green+Blue) = 252+211+13=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 211 (82.81% from 255 or 44.33% from 476); Blue value is 13 (5.47% from 255 or 2.73% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD30D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD30D is #032CF2. Grayscale: #C9C9C9. Windows color (decimal): -208115 or 906236. OLE color: 906236.

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

Color convert

RGB 252 211 13 -
CMYK 0 0.16 0.95 0.01
HSL 49.71º 0.98% 0.52% -
HSV(B) 49.71º 0.95% 0.99% -
XYZ 63.51 67.31 10.03 -
YUV 200.69 22.08 164.6 -
System Red Green Blue C M Y K H S L
Decimal 252 211 13 0 0.16 0.95 0.01 49.71 0.98 0.52
Hex FC D3 D 0 10 5F 1 32 62 34
Octal 374 323 15 0 20 137 1 62 142 64
Binary 11111100 11010011 1101 0 10000 1011111 1 110010 1100010 110100

Color Harmonies of #FCD30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD30D

Black with #FCD30D

Text Example


Text Example

White with #FCD30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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