Html Css Color HEX #FCDC56 Mustard

📋 copy color: '#FCDC56'

red 252 ◦ green 220 ◦ blue 86

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

Shades of Mustard #FCDC56

Tints of Mustard #FCDC56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 15.41%

R = 45.16%
G = 39.43%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FCDC56 (or 0xFCDC56) is known color: Mustard. HEX triplet: FC, DC and 56. RGB value is (252,220,86). Sum of RGB (Red+Green+Blue) = 252+220+86=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 86 (33.98% from 255 or 15.41% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC56 is #0323A9. Grayscale: #D6D6D6. Windows color (decimal): -205738 or 5692668. OLE color: 5692668.

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

Color convert

RGB 252 220 86 -
CMYK 0 0.13 0.66 0.01
HSL 48.43º 0.97% 0.66% -
HSV(B) 48.43º 0.66% 0.99% -
XYZ 67.42 72.55 19.26 -
YUV 214.29 55.6 154.9 -
System Red Green Blue C M Y K H S L
Decimal 252 220 86 0 0.13 0.66 0.01 48.43 0.97 0.66
Hex FC DC 56 0 D 42 1 30 61 42
Octal 374 334 126 0 15 102 1 60 141 102
Binary 11111100 11011100 1010110 0 1101 1000010 1 110000 1100001 1000010

Color Harmonies of #FCDC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC56

Black with #FCDC56

Text Example


Text Example

White with #FCDC56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC56; }

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

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

background-color css

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

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

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

border-color css

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

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

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