Html Css Color HEX #FCDB56 Mustard

📋 copy color: '#FCDB56'

red 252 ◦ green 219 ◦ blue 86

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

Shades of Mustard #FCDB56

Tints of Mustard #FCDB56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 15.44%

R = 45.24%
G = 39.32%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FCDB56 (or 0xFCDB56) is known color: Mustard. HEX triplet: FC, DB and 56. RGB value is (252,219,86). Sum of RGB (Red+Green+Blue) = 252+219+86=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 86 (33.98% from 255 or 15.44% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDB56 is #0324A9. Grayscale: #D6D6D6. Windows color (decimal): -205994 or 5692412. OLE color: 5692412.

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

Color convert

RGB 252 219 86 -
CMYK 0 0.13 0.66 0.01
HSL 48.07º 0.97% 0.66% -
HSV(B) 48.07º 0.66% 0.99% -
XYZ 67.16 72.03 19.17 -
YUV 213.71 55.93 155.31 -
System Red Green Blue C M Y K H S L
Decimal 252 219 86 0 0.13 0.66 0.01 48.07 0.97 0.66
Hex FC DB 56 0 D 42 1 30 61 42
Octal 374 333 126 0 15 102 1 60 141 102
Binary 11111100 11011011 1010110 0 1101 1000010 1 110000 1100001 1000010

Color Harmonies of #FCDB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB56

Black with #FCDB56

Text Example


Text Example

White with #FCDB56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB56; }

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

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

background-color css

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

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

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

border-color css

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

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

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