Html Css Color HEX #FCDC52 Mustard

📋 copy color: '#FCDC52'

red 252 ◦ green 220 ◦ blue 82

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

Shades of Mustard #FCDC52

Tints of Mustard #FCDC52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 14.8%

R = 45.49%
G = 39.71%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCDC52 (or 0xFCDC52) is known color: Mustard. HEX triplet: FC, DC and 52. RGB value is (252,220,82). Sum of RGB (Red+Green+Blue) = 252+220+82=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 82 (32.42% from 255 or 14.80% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC52 is #0323AD. Grayscale: #D6D6D6. Windows color (decimal): -205742 or 5430524. OLE color: 5430524.

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

Color convert

RGB 252 220 82 -
CMYK 0 0.13 0.67 0.01
HSL 48.71º 0.97% 0.65% -
HSV(B) 48.71º 0.67% 0.99% -
XYZ 67.26 72.49 18.43 -
YUV 213.84 53.6 155.22 -
System Red Green Blue C M Y K H S L
Decimal 252 220 82 0 0.13 0.67 0.01 48.71 0.97 0.65
Hex FC DC 52 0 D 43 1 31 61 41
Octal 374 334 122 0 15 103 1 61 141 101
Binary 11111100 11011100 1010010 0 1101 1000011 1 110001 1100001 1000001

Color Harmonies of #FCDC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC52

Black with #FCDC52

Text Example


Text Example

White with #FCDC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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