Html Css Color HEX #FCD757 Mustard

📋 copy color: '#FCD757'

red 252 ◦ green 215 ◦ blue 87

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

Shades of Mustard #FCD757

Tints of Mustard #FCD757

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.81%

 BLUE value IS 87 (34.38% from 255) = 15.7%

R = 45.49%
G = 38.81%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCD757 (or 0xFCD757) is known color: Mustard. HEX triplet: FC, D7 and 57. RGB value is (252,215,87). Sum of RGB (Red+Green+Blue) = 252+215+87=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 215 (84.38% from 255 or 38.81% from 554); Blue value is 87 (34.38% from 255 or 15.70% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD757 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD757 is #0328A8. Grayscale: #D4D4D4. Windows color (decimal): -207017 or 5756924. OLE color: 5756924.

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

Color convert

RGB 252 215 87 -
CMYK 0 0.15 0.65 0.01
HSL 46.55º 0.96% 0.66% -
HSV(B) 46.55º 0.65% 0.99% -
XYZ 66.17 69.98 19.04 -
YUV 211.47 57.76 156.91 -
System Red Green Blue C M Y K H S L
Decimal 252 215 87 0 0.15 0.65 0.01 46.55 0.96 0.66
Hex FC D7 57 0 F 41 1 2F 60 42
Octal 374 327 127 0 17 101 1 57 140 102
Binary 11111100 11010111 1010111 0 1111 1000001 1 101111 1100000 1000010

Color Harmonies of #FCD757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD757

Black with #FCD757

Text Example


Text Example

White with #FCD757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD757; }

 p { color: rgb(252,215,87); }

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

background-color css

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

 a { background-color: rgb(252,215,87); }

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

border-color css

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

 span { border-color: rgb(252,215,87); }

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