Html Css Color HEX #FCDD0C Golden Yellow

📋 copy color: '#FCDD0C'

red 252 ◦ green 221 ◦ blue 12

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

Shades of Golden Yellow #FCDD0C

Tints of Golden Yellow #FCDD0C

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 value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCDD0C (or 0xFCDD0C) is known color: 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

RGB 252 221 12 -
CMYK 0 0.12 0.95 0.01
HSL 52.25º 0.98% 0.52% -
HSV(B) 52.25º 0.95% 0.99% -
XYZ 66.07 72.43 10.85 -
YUV 206.44 18.27 160.49 -
System Red Green Blue C M Y K H S L
Decimal 252 221 12 0 0.12 0.95 0.01 52.25 0.98 0.52
Hex FC DD C 0 C 5F 1 34 62 34
Octal 374 335 14 0 14 137 1 64 142 64
Binary 11111100 11011101 1100 0 1100 1011111 1 110100 1100010 110100

Color Harmonies of #FCDD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD0C

Black with #FCDD0C

Text Example


Text Example

White with #FCDD0C

Text Example


Text Example

HTML Codes & Css Web 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>