Html Css Color HEX #FCDB53 Mustard

📋 copy color: '#FCDB53'

red 252 ◦ green 219 ◦ blue 83

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

Shades of Mustard #FCDB53

Tints of Mustard #FCDB53

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.53%

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

R = 45.49%
G = 39.53%
B = 14.98%

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

#FCDB53 (or 0xFCDB53) is known color: Mustard. HEX triplet: FC, DB and 53. RGB value is (252,219,83). Sum of RGB (Red+Green+Blue) = 252+219+83=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 83 (32.81% from 255 or 14.98% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDB53 is #0324AC. Grayscale: #D5D5D5. Windows color (decimal): -205997 or 5495804. OLE color: 5495804.

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

Color convert

RGB 252 219 83 -
CMYK 0 0.13 0.67 0.01
HSL 48.28º 0.97% 0.66% -
HSV(B) 48.28º 0.67% 0.99% -
XYZ 67.04 71.98 18.54 -
YUV 213.36 54.43 155.56 -
System Red Green Blue C M Y K H S L
Decimal 252 219 83 0 0.13 0.67 0.01 48.28 0.97 0.66
Hex FC DB 53 0 D 43 1 30 61 42
Octal 374 333 123 0 15 103 1 60 141 102
Binary 11111100 11011011 1010011 0 1101 1000011 1 110000 1100001 1000010

Color Harmonies of #FCDB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB53

Black with #FCDB53

Text Example


Text Example

White with #FCDB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB53; }

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

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

background-color css

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

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

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

border-color css

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

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

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