Html Css Color HEX #FCDC5A Mustard

📋 copy color: '#FCDC5A'

red 252 ◦ green 220 ◦ blue 90

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

Shades of Mustard #FCDC5A

Tints of Mustard #FCDC5A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.15%

 BLUE value IS 90 (35.55% from 255) = 16.01%

R = 44.84%
G = 39.15%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCDC5A (or 0xFCDC5A) is known color: Mustard. HEX triplet: FC, DC and 5A. RGB value is (252,220,90). Sum of RGB (Red+Green+Blue) = 252+220+90=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 90 (35.55% from 255 or 16.01% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC5A is #0323A5. Grayscale: #D7D7D7. Windows color (decimal): -205734 or 5954812. OLE color: 5954812.

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

Color convert

RGB 252 220 90 -
CMYK 0 0.13 0.64 0.01
HSL 48.15º 0.96% 0.67% -
HSV(B) 48.15º 0.64% 0.99% -
XYZ 67.58 72.62 20.13 -
YUV 214.75 57.6 154.57 -
System Red Green Blue C M Y K H S L
Decimal 252 220 90 0 0.13 0.64 0.01 48.15 0.96 0.67
Hex FC DC 5A 0 D 40 1 30 60 43
Octal 374 334 132 0 15 100 1 60 140 103
Binary 11111100 11011100 1011010 0 1101 1000000 1 110000 1100000 1000011

Color Harmonies of #FCDC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC5A

Black with #FCDC5A

Text Example


Text Example

White with #FCDC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC5A; }

 p { color: rgb(252,220,90); }

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

background-color css

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

 a { background-color: rgb(252,220,90); }

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

border-color css

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

 span { border-color: rgb(252,220,90); }

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