Html Css Color HEX #FCDB52 Mustard

📋 copy color: '#FCDB52'

red 252 ◦ green 219 ◦ blue 82

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

Shades of Mustard #FCDB52

Tints of Mustard #FCDB52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 14.83%

R = 45.57%
G = 39.6%
B = 14.83%

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

#FCDB52 (or 0xFCDB52) is known color: Mustard. HEX triplet: FC, DB and 52. RGB value is (252,219,82). Sum of RGB (Red+Green+Blue) = 252+219+82=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 82 (32.42% from 255 or 14.83% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDB52 is #0324AD. Grayscale: #D5D5D5. Windows color (decimal): -205998 or 5430268. OLE color: 5430268.

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

Color convert

RGB 252 219 82 -
CMYK 0 0.13 0.67 0.01
HSL 48.35º 0.97% 0.65% -
HSV(B) 48.35º 0.67% 0.99% -
XYZ 67 71.97 18.34 -
YUV 213.25 53.93 155.64 -
System Red Green Blue C M Y K H S L
Decimal 252 219 82 0 0.13 0.67 0.01 48.35 0.97 0.65
Hex FC DB 52 0 D 43 1 30 61 41
Octal 374 333 122 0 15 103 1 60 141 101
Binary 11111100 11011011 1010010 0 1101 1000011 1 110000 1100001 1000001

Color Harmonies of #FCDB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB52

Black with #FCDB52

Text Example


Text Example

White with #FCDB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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