Html Css Color HEX #FCDF5D Mustard

📋 copy color: '#FCDF5D'

red 252 ◦ green 223 ◦ blue 93

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

Shades of Mustard #FCDF5D

Tints of Mustard #FCDF5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 16.37%

R = 44.37%
G = 39.26%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCDF5D (or 0xFCDF5D) is known color: Mustard. HEX triplet: FC, DF and 5D. RGB value is (252,223,93). Sum of RGB (Red+Green+Blue) = 252+223+93=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 93 (36.72% from 255 or 16.37% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF5D is #0320A2. Grayscale: #D9D9D9. Windows color (decimal): -204963 or 6152188. OLE color: 6152188.

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

Color convert

RGB 252 223 93 -
CMYK 0 0.12 0.63 0.01
HSL 49.06º 0.96% 0.68% -
HSV(B) 49.06º 0.63% 0.99% -
XYZ 68.51 74.26 21.08 -
YUV 216.85 58.11 153.07 -
System Red Green Blue C M Y K H S L
Decimal 252 223 93 0 0.12 0.63 0.01 49.06 0.96 0.68
Hex FC DF 5D 0 C 3F 1 31 60 44
Octal 374 337 135 0 14 77 1 61 140 104
Binary 11111100 11011111 1011101 0 1100 111111 1 110001 1100000 1000100

Color Harmonies of #FCDF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDF5D

Black with #FCDF5D

Text Example


Text Example

White with #FCDF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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