Html Css Color HEX #FCDC09 Golden Yellow

📋 copy color: '#FCDC09'

red 252 ◦ green 220 ◦ blue 9

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

Shades of Golden Yellow #FCDC09

Tints of Golden Yellow #FCDC09

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.74%

 BLUE value IS 9 (3.91% from 255) = 1.87%

R = 52.39%
G = 45.74%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCDC09 (or 0xFCDC09) is known color: Golden Yellow. HEX triplet: FC, DC and 09. RGB value is (252,220,9). Sum of RGB (Red+Green+Blue) = 252+220+9=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 9 (3.91% from 255 or 1.87% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDC09 is #0323F6. Grayscale: #CECECE. Windows color (decimal): -205815 or 646396. OLE color: 646396.

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

Color convert

RGB 252 220 9 -
CMYK 0 0.13 0.96 0.01
HSL 52.1º 0.98% 0.51% -
HSV(B) 52.1º 0.96% 0.99% -
XYZ 65.79 71.9 10.67 -
YUV 205.51 17.1 161.16 -
System Red Green Blue C M Y K H S L
Decimal 252 220 9 0 0.13 0.96 0.01 52.1 0.98 0.51
Hex FC DC 9 0 D 60 1 34 62 33
Octal 374 334 11 0 15 140 1 64 142 63
Binary 11111100 11011100 1001 0 1101 1100000 1 110100 1100010 110011

Color Harmonies of #FCDC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC09

Black with #FCDC09

Text Example


Text Example

White with #FCDC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC09; }

 p { color: rgb(252,220,9); }

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

background-color css

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

 a { background-color: rgb(252,220,9); }

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

border-color css

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

 span { border-color: rgb(252,220,9); }

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