Html Css Color HEX #FCDF56 Mustard

📋 copy color: '#FCDF56'

red 252 ◦ green 223 ◦ blue 86

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

Shades of Mustard #FCDF56

Tints of Mustard #FCDF56

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.75%

 BLUE value IS 86 (33.98% from 255) = 15.33%

R = 44.92%
G = 39.75%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FCDF56 (or 0xFCDF56) is known color: Mustard. HEX triplet: FC, DF and 56. RGB value is (252,223,86). Sum of RGB (Red+Green+Blue) = 252+223+86=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 86 (33.98% from 255 or 15.33% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF56 is #0320A9. Grayscale: #D8D8D8. Windows color (decimal): -204970 or 5693436. OLE color: 5693436.

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

Color convert

RGB 252 223 86 -
CMYK 0 0.12 0.66 0.01
HSL 49.52º 0.97% 0.66% -
HSV(B) 49.52º 0.66% 0.99% -
XYZ 68.21 74.14 19.52 -
YUV 216.05 54.61 153.64 -
System Red Green Blue C M Y K H S L
Decimal 252 223 86 0 0.12 0.66 0.01 49.52 0.97 0.66
Hex FC DF 56 0 C 42 1 32 61 42
Octal 374 337 126 0 14 102 1 62 141 102
Binary 11111100 11011111 1010110 0 1100 1000010 1 110010 1100001 1000010

Color Harmonies of #FCDF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDF56

Black with #FCDF56

Text Example


Text Example

White with #FCDF56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDF56; }

 p { color: rgb(252,223,86); }

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

background-color css

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

 a { background-color: rgb(252,223,86); }

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

border-color css

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

 span { border-color: rgb(252,223,86); }

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