Html Css Color HEX #FCDF50 Mustard

📋 copy color: '#FCDF50'

red 252 ◦ green 223 ◦ blue 80

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

Shades of Mustard #FCDF50

Tints of Mustard #FCDF50

RGB

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

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

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

R = 45.41%
G = 40.18%
B = 14.41%

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

#FCDF50 (or 0xFCDF50) is known color: Mustard. HEX triplet: FC, DF and 50. RGB value is (252,223,80). Sum of RGB (Red+Green+Blue) = 252+223+80=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 80 (31.64% from 255 or 14.41% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF50 is #0320AF. Grayscale: #D7D7D7. Windows color (decimal): -204976 or 5300220. OLE color: 5300220.

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

Color convert

RGB 252 223 80 -
CMYK 0 0.12 0.68 0.01
HSL 49.88º 0.97% 0.65% -
HSV(B) 49.88º 0.68% 0.99% -
XYZ 67.98 74.05 18.3 -
YUV 215.37 51.61 154.13 -
System Red Green Blue C M Y K H S L
Decimal 252 223 80 0 0.12 0.68 0.01 49.88 0.97 0.65
Hex FC DF 50 0 C 44 1 32 61 41
Octal 374 337 120 0 14 104 1 62 141 101
Binary 11111100 11011111 1010000 0 1100 1000100 1 110010 1100001 1000001

Color Harmonies of #FCDF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDF50

Black with #FCDF50

Text Example


Text Example

White with #FCDF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDF50; }

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

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

background-color css

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

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

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

border-color css

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

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

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