Html Css Color HEX #FBDA56 Mustard

📋 copy color: '#FBDA56'

red 251 ◦ green 218 ◦ blue 86

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

Shades of Mustard #FBDA56

Tints of Mustard #FBDA56

RGB

 RED value IS 251 (98.44% from 255) = 45.23%

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

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

R = 45.23%
G = 39.28%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FBDA56 (or 0xFBDA56) is known color: Mustard. HEX triplet: FB, DA and 56. RGB value is (251,218,86). Sum of RGB (Red+Green+Blue) = 251+218+86=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 86 (33.98% from 255 or 15.50% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDA56 is #0425A9. Grayscale: #D5D5D5. Windows color (decimal): -271786 or 5692155. OLE color: 5692155.

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

Color convert

RGB 251 218 86 -
CMYK 0 0.13 0.66 0.02
HSL 48º 0.95% 0.66% -
HSV(B) 48º 0.66% 0.98% -
XYZ 66.53 71.32 19.06 -
YUV 212.82 56.43 155.23 -
System Red Green Blue C M Y K H S L
Decimal 251 218 86 0 0.13 0.66 0.02 48 0.95 0.66
Hex FB DA 56 0 D 42 2 30 5F 42
Octal 373 332 126 0 15 102 2 60 137 102
Binary 11111011 11011010 1010110 0 1101 1000010 10 110000 1011111 1000010

Color Harmonies of #FBDA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDA56

Black with #FBDA56

Text Example


Text Example

White with #FBDA56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDA56; }

 p { color: rgb(251,218,86); }

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

background-color css

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

 a { background-color: rgb(251,218,86); }

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

border-color css

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

 span { border-color: rgb(251,218,86); }

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