Html Css Color HEX #FCDE56 Mustard

📋 copy color: '#FCDE56'

red 252 ◦ green 222 ◦ blue 86

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

Shades of Mustard #FCDE56

Tints of Mustard #FCDE56

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.64%

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

R = 45%
G = 39.64%
B = 15.36%

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

#FCDE56 (or 0xFCDE56) is known color: Mustard. HEX triplet: FC, DE and 56. RGB value is (252,222,86). Sum of RGB (Red+Green+Blue) = 252+222+86=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 222 (87.11% from 255 or 39.64% from 560); Blue value is 86 (33.98% from 255 or 15.36% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDE56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDE56 is #0321A9. Grayscale: #D8D8D8. Windows color (decimal): -205226 or 5693180. OLE color: 5693180.

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

Color convert

RGB 252 222 86 -
CMYK 0 0.12 0.66 0.01
HSL 49.16º 0.97% 0.66% -
HSV(B) 49.16º 0.66% 0.99% -
XYZ 67.95 73.61 19.43 -
YUV 215.47 54.94 154.06 -
System Red Green Blue C M Y K H S L
Decimal 252 222 86 0 0.12 0.66 0.01 49.16 0.97 0.66
Hex FC DE 56 0 C 42 1 31 61 42
Octal 374 336 126 0 14 102 1 61 141 102
Binary 11111100 11011110 1010110 0 1100 1000010 1 110001 1100001 1000010

Color Harmonies of #FCDE56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDE56

Black with #FCDE56

Text Example


Text Example

White with #FCDE56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDE56; }

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

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

background-color css

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

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

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

border-color css

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

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

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