Html Css Color HEX #FCDB57 Mustard

📋 copy color: '#FCDB57'

red 252 ◦ green 219 ◦ blue 87

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

Shades of Mustard #FCDB57

Tints of Mustard #FCDB57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 15.59%

R = 45.16%
G = 39.25%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCDB57 (or 0xFCDB57) is known color: Mustard. HEX triplet: FC, DB and 57. RGB value is (252,219,87). Sum of RGB (Red+Green+Blue) = 252+219+87=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 87 (34.38% from 255 or 15.59% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDB57 is #0324A8. Grayscale: #D6D6D6. Windows color (decimal): -205993 or 5757948. OLE color: 5757948.

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

Color convert

RGB 252 219 87 -
CMYK 0 0.13 0.65 0.01
HSL 48º 0.96% 0.66% -
HSV(B) 48º 0.65% 0.99% -
XYZ 67.2 72.05 19.38 -
YUV 213.82 56.43 155.23 -
System Red Green Blue C M Y K H S L
Decimal 252 219 87 0 0.13 0.65 0.01 48 0.96 0.66
Hex FC DB 57 0 D 41 1 30 60 42
Octal 374 333 127 0 15 101 1 60 140 102
Binary 11111100 11011011 1010111 0 1101 1000001 1 110000 1100000 1000010

Color Harmonies of #FCDB57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB57

Black with #FCDB57

Text Example


Text Example

White with #FCDB57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB57; }

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

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

background-color css

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

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

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

border-color css

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

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

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