Html Css Color HEX #FBDC59 Mustard

📋 copy color: '#FBDC59'

red 251 ◦ green 220 ◦ blue 89

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

Shades of Mustard #FBDC59

Tints of Mustard #FBDC59

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.29%

 BLUE value IS 89 (35.16% from 255) = 15.89%

R = 44.82%
G = 39.29%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FBDC59 (or 0xFBDC59) is known color: Mustard. HEX triplet: FB, DC and 59. RGB value is (251,220,89). Sum of RGB (Red+Green+Blue) = 251+220+89=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 89 (35.16% from 255 or 15.89% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDC59 is #0423A6. Grayscale: #D6D6D6. Windows color (decimal): -271271 or 5889275. OLE color: 5889275.

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

Color convert

RGB 251 220 89 -
CMYK 0 0.12 0.65 0.02
HSL 48.52º 0.95% 0.67% -
HSV(B) 48.52º 0.65% 0.98% -
XYZ 67.18 72.42 19.89 -
YUV 214.34 57.27 154.15 -
System Red Green Blue C M Y K H S L
Decimal 251 220 89 0 0.12 0.65 0.02 48.52 0.95 0.67
Hex FB DC 59 0 C 41 2 31 5F 43
Octal 373 334 131 0 14 101 2 61 137 103
Binary 11111011 11011100 1011001 0 1100 1000001 10 110001 1011111 1000011

Color Harmonies of #FBDC59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDC59

Black with #FBDC59

Text Example


Text Example

White with #FBDC59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDC59; }

 p { color: rgb(251,220,89); }

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

background-color css

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

 a { background-color: rgb(251,220,89); }

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

border-color css

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

 span { border-color: rgb(251,220,89); }

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