#FCDD0C

Color #FCDD0C Golden Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Yellow #FCDD0C

Tints of Golden Yellow #FCDD0C

Color information

#FCDD0C (or 0xFCDD0C) is unknown color: approx Golden Yellow. HEX triplet: FC, DD and 0C. RGB value is (252,221,12). Sum of RGB (Red+Green+Blue) = 252+221+12=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 12 (5.08% from 255 or 2.47% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDD0C is #0322F3. Grayscale: #CFCFCF. Windows color (decimal): -205556 or 843260. OLE color: 843260.

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

Color convert

RGB25222112-
CMYK00.120.950.01
HSL52.25º97.56%51.76%-
HSV(B)52.25º95.24%98.82%-
XYZ66.0772.4310.85-
YUV206.4418.27160.49-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.96%
GREEN value IS 221 (86.72% from 255) = 45.57%
BLUE value IS 12 (5.08% from 255) = 2.47%
R=51.96%
G=45.57%
B=2.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.95
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522211200.120.950.0152.2597.5651.76
HexFCDDC0C5F1346234
Octal3743351401413716414264
Binary1111110011011101110001100101111111101001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDD0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDD0C; }

 p { color: rgb(252,221,12); }

 H1.HeaderClassName
 {
   color: #FCDD0C;
 }
 .AnyTagClassName
 {
   color: #FCDD0C;
 }
</style>
background-color css

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

 a { background-color: rgb(252,221,12); }

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

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

 span { border-color: rgb(252,221,12); }

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