Html Css Color HEX #FCDC5B Mustard

📋 copy color: '#FCDC5B'

red 252 ◦ green 220 ◦ blue 91

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

Shades of Mustard #FCDC5B

Tints of Mustard #FCDC5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.16%

R = 44.76%
G = 39.08%
B = 16.16%

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

#FCDC5B (or 0xFCDC5B) is known color: Mustard. HEX triplet: FC, DC and 5B. RGB value is (252,220,91). Sum of RGB (Red+Green+Blue) = 252+220+91=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 91 (35.94% from 255 or 16.16% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC5B is #0323A4. Grayscale: #D7D7D7. Windows color (decimal): -205733 or 6020348. OLE color: 6020348.

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

Color convert

RGB 252 220 91 -
CMYK 0 0.13 0.64 0.01
HSL 48.07º 0.96% 0.67% -
HSV(B) 48.07º 0.64% 0.99% -
XYZ 67.63 72.64 20.35 -
YUV 214.86 58.1 154.49 -
System Red Green Blue C M Y K H S L
Decimal 252 220 91 0 0.13 0.64 0.01 48.07 0.96 0.67
Hex FC DC 5B 0 D 40 1 30 60 43
Octal 374 334 133 0 15 100 1 60 140 103
Binary 11111100 11011100 1011011 0 1101 1000000 1 110000 1100000 1000011

Color Harmonies of #FCDC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC5B

Black with #FCDC5B

Text Example


Text Example

White with #FCDC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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