Html Css Color HEX #FCDA52 Mustard

📋 copy color: '#FCDA52'

red 252 ◦ green 218 ◦ blue 82

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

Shades of Mustard #FCDA52

Tints of Mustard #FCDA52

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.49%

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

R = 45.65%
G = 39.49%
B = 14.86%

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

#FCDA52 (or 0xFCDA52) is known color: Mustard. HEX triplet: FC, DA and 52. RGB value is (252,218,82). Sum of RGB (Red+Green+Blue) = 252+218+82=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 82 (32.42% from 255 or 14.86% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDA52 is #0325AD. Grayscale: #D5D5D5. Windows color (decimal): -206254 or 5430012. OLE color: 5430012.

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

Color convert

RGB 252 218 82 -
CMYK 0 0.13 0.67 0.01
HSL 48º 0.97% 0.65% -
HSV(B) 48º 0.67% 0.99% -
XYZ 66.74 71.45 18.26 -
YUV 212.66 54.26 156.06 -
System Red Green Blue C M Y K H S L
Decimal 252 218 82 0 0.13 0.67 0.01 48 0.97 0.65
Hex FC DA 52 0 D 43 1 30 61 41
Octal 374 332 122 0 15 103 1 60 141 101
Binary 11111100 11011010 1010010 0 1101 1000011 1 110000 1100001 1000001

Color Harmonies of #FCDA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA52

Black with #FCDA52

Text Example


Text Example

White with #FCDA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA52; }

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

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

background-color css

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

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

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

border-color css

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

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

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