Html Css Color HEX #FCDC53 Mustard

📋 copy color: '#FCDC53'

red 252 ◦ green 220 ◦ blue 83

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

Shades of Mustard #FCDC53

Tints of Mustard #FCDC53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 14.95%

R = 45.41%
G = 39.64%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCDC53 (or 0xFCDC53) is known color: Mustard. HEX triplet: FC, DC and 53. RGB value is (252,220,83). Sum of RGB (Red+Green+Blue) = 252+220+83=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 83 (32.81% from 255 or 14.95% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC53 is #0323AC. Grayscale: #D6D6D6. Windows color (decimal): -205741 or 5496060. OLE color: 5496060.

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

Color convert

RGB 252 220 83 -
CMYK 0 0.13 0.67 0.01
HSL 48.64º 0.97% 0.66% -
HSV(B) 48.64º 0.67% 0.99% -
XYZ 67.3 72.51 18.63 -
YUV 213.95 54.1 155.14 -
System Red Green Blue C M Y K H S L
Decimal 252 220 83 0 0.13 0.67 0.01 48.64 0.97 0.66
Hex FC DC 53 0 D 43 1 31 61 42
Octal 374 334 123 0 15 103 1 61 141 102
Binary 11111100 11011100 1010011 0 1101 1000011 1 110001 1100001 1000010

Color Harmonies of #FCDC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC53

Black with #FCDC53

Text Example


Text Example

White with #FCDC53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC53; }

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

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

background-color css

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

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

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

border-color css

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

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

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