Html Css Color HEX #FCDA53 Mustard

📋 copy color: '#FCDA53'

red 252 ◦ green 218 ◦ blue 83

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

Shades of Mustard #FCDA53

Tints of Mustard #FCDA53

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.42%

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

R = 45.57%
G = 39.42%
B = 15.01%

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

#FCDA53 (or 0xFCDA53) is known color: Mustard. HEX triplet: FC, DA and 53. RGB value is (252,218,83). Sum of RGB (Red+Green+Blue) = 252+218+83=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 83 (32.81% from 255 or 15.01% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDA53 is #0325AC. Grayscale: #D5D5D5. Windows color (decimal): -206253 or 5495548. OLE color: 5495548.

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

Color convert

RGB 252 218 83 -
CMYK 0 0.13 0.67 0.01
HSL 47.93º 0.97% 0.66% -
HSV(B) 47.93º 0.67% 0.99% -
XYZ 66.78 71.46 18.46 -
YUV 212.78 54.76 155.98 -
System Red Green Blue C M Y K H S L
Decimal 252 218 83 0 0.13 0.67 0.01 47.93 0.97 0.66
Hex FC DA 53 0 D 43 1 30 61 42
Octal 374 332 123 0 15 103 1 60 141 102
Binary 11111100 11011010 1010011 0 1101 1000011 1 110000 1100001 1000010

Color Harmonies of #FCDA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA53

Black with #FCDA53

Text Example


Text Example

White with #FCDA53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA53; }

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

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

background-color css

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

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

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

border-color css

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

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

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