Html Css Color HEX #FCDD50 Mustard

📋 copy color: '#FCDD50'

red 252 ◦ green 221 ◦ blue 80

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

Shades of Mustard #FCDD50

Tints of Mustard #FCDD50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.47%

R = 45.57%
G = 39.96%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FCDD50 (or 0xFCDD50) is known color: Mustard. HEX triplet: FC, DD and 50. RGB value is (252,221,80). Sum of RGB (Red+Green+Blue) = 252+221+80=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 80 (31.64% from 255 or 14.47% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDD50 is #0322AF. Grayscale: #D6D6D6. Windows color (decimal): -205488 or 5299708. OLE color: 5299708.

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

Color convert

RGB 252 221 80 -
CMYK 0 0.12 0.68 0.01
HSL 49.19º 0.97% 0.65% -
HSV(B) 49.19º 0.68% 0.99% -
XYZ 67.45 72.99 18.12 -
YUV 214.2 52.27 154.96 -
System Red Green Blue C M Y K H S L
Decimal 252 221 80 0 0.12 0.68 0.01 49.19 0.97 0.65
Hex FC DD 50 0 C 44 1 31 61 41
Octal 374 335 120 0 14 104 1 61 141 101
Binary 11111100 11011101 1010000 0 1100 1000100 1 110001 1100001 1000001

Color Harmonies of #FCDD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD50

Black with #FCDD50

Text Example


Text Example

White with #FCDD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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