Html Css Color HEX #FCD853 Mustard

📋 copy color: '#FCD853'

red 252 ◦ green 216 ◦ blue 83

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

Shades of Mustard #FCD853

Tints of Mustard #FCD853

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.2%

 BLUE value IS 83 (32.81% from 255) = 15.06%

R = 45.74%
G = 39.2%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCD853 (or 0xFCD853) is known color: Mustard. HEX triplet: FC, D8 and 53. RGB value is (252,216,83). Sum of RGB (Red+Green+Blue) = 252+216+83=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 83 (32.81% from 255 or 15.06% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD853 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD853 is #0327AC. Grayscale: #D4D4D4. Windows color (decimal): -206765 or 5495036. OLE color: 5495036.

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

Color convert

RGB 252 216 83 -
CMYK 0 0.14 0.67 0.01
HSL 47.22º 0.97% 0.66% -
HSV(B) 47.22º 0.67% 0.99% -
XYZ 66.26 70.43 18.29 -
YUV 211.6 55.43 156.81 -
System Red Green Blue C M Y K H S L
Decimal 252 216 83 0 0.14 0.67 0.01 47.22 0.97 0.66
Hex FC D8 53 0 E 43 1 2F 61 42
Octal 374 330 123 0 16 103 1 57 141 102
Binary 11111100 11011000 1010011 0 1110 1000011 1 101111 1100001 1000010

Color Harmonies of #FCD853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD853

Black with #FCD853

Text Example


Text Example

White with #FCD853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD853; }

 p { color: rgb(252,216,83); }

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

background-color css

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

 a { background-color: rgb(252,216,83); }

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

border-color css

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

 span { border-color: rgb(252,216,83); }

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