Html Css Color HEX #FCDD52 Mustard

📋 copy color: '#FCDD52'

red 252 ◦ green 221 ◦ blue 82

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

Shades of Mustard #FCDD52

Tints of Mustard #FCDD52

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.82%

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

R = 45.41%
G = 39.82%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCDD52 (or 0xFCDD52) is known color: Mustard. HEX triplet: FC, DD and 52. RGB value is (252,221,82). Sum of RGB (Red+Green+Blue) = 252+221+82=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 82 (32.42% from 255 or 14.77% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDD52 is #0322AD. Grayscale: #D7D7D7. Windows color (decimal): -205486 or 5430780. OLE color: 5430780.

HSL color Cylindrical-coordinate representation of color #FCDD52: hue angle of 49.06º 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 #FCDD52 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 221 82 -
CMYK 0 0.12 0.67 0.01
HSL 49.06º 0.97% 0.65% -
HSV(B) 49.06º 0.67% 0.99% -
XYZ 67.52 73.02 18.52 -
YUV 214.42 53.27 154.8 -
System Red Green Blue C M Y K H S L
Decimal 252 221 82 0 0.12 0.67 0.01 49.06 0.97 0.65
Hex FC DD 52 0 C 43 1 31 61 41
Octal 374 335 122 0 14 103 1 61 141 101
Binary 11111100 11011101 1010010 0 1100 1000011 1 110001 1100001 1000001

Color Harmonies of #FCDD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD52

Black with #FCDD52

Text Example


Text Example

White with #FCDD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD52; }

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

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

background-color css

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

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

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

border-color css

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

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

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