Html Css Color HEX #FCDC0B Golden Yellow

📋 copy color: '#FCDC0B'

red 252 ◦ green 220 ◦ blue 11

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

Shades of Golden Yellow #FCDC0B

Tints of Golden Yellow #FCDC0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.28%

R = 52.17%
G = 45.55%
B = 2.28%

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

#FCDC0B (or 0xFCDC0B) is known color: Golden Yellow. HEX triplet: FC, DC and 0B. RGB value is (252,220,11). Sum of RGB (Red+Green+Blue) = 252+220+11=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 11 (4.69% from 255 or 2.28% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDC0B is #0323F4. Grayscale: #CECECE. Windows color (decimal): -205813 or 777468. OLE color: 777468.

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

Color convert

RGB 252 220 11 -
CMYK 0 0.13 0.96 0.01
HSL 52.03º 0.98% 0.52% -
HSV(B) 52.03º 0.96% 0.99% -
XYZ 65.8 71.91 10.73 -
YUV 205.74 18.1 160.99 -
System Red Green Blue C M Y K H S L
Decimal 252 220 11 0 0.13 0.96 0.01 52.03 0.98 0.52
Hex FC DC B 0 D 60 1 34 62 34
Octal 374 334 13 0 15 140 1 64 142 64
Binary 11111100 11011100 1011 0 1101 1100000 1 110100 1100010 110100

Color Harmonies of #FCDC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC0B

Black with #FCDC0B

Text Example


Text Example

White with #FCDC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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