Html Css Color HEX #FCDD57 Mustard

📋 copy color: '#FCDD57'

red 252 ◦ green 221 ◦ blue 87

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

Shades of Mustard #FCDD57

Tints of Mustard #FCDD57

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.46%

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

R = 45%
G = 39.46%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCDD57 (or 0xFCDD57) is known color: Mustard. HEX triplet: FC, DD and 57. RGB value is (252,221,87). Sum of RGB (Red+Green+Blue) = 252+221+87=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 87 (34.38% from 255 or 15.54% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDD57 is #0322A8. Grayscale: #D7D7D7. Windows color (decimal): -205481 or 5758460. OLE color: 5758460.

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

Color convert

RGB 252 221 87 -
CMYK 0 0.12 0.65 0.01
HSL 48.73º 0.96% 0.66% -
HSV(B) 48.73º 0.65% 0.99% -
XYZ 67.72 73.1 19.56 -
YUV 214.99 55.77 154.4 -
System Red Green Blue C M Y K H S L
Decimal 252 221 87 0 0.12 0.65 0.01 48.73 0.96 0.66
Hex FC DD 57 0 C 41 1 31 60 42
Octal 374 335 127 0 14 101 1 61 140 102
Binary 11111100 11011101 1010111 0 1100 1000001 1 110001 1100000 1000010

Color Harmonies of #FCDD57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD57

Black with #FCDD57

Text Example


Text Example

White with #FCDD57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD57; }

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

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

background-color css

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

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

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

border-color css

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

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

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