Html Css Color HEX #FBDC55 Mustard

📋 copy color: '#FBDC55'

red 251 ◦ green 220 ◦ blue 85

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

Shades of Mustard #FBDC55

Tints of Mustard #FBDC55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 15.29%

R = 45.14%
G = 39.57%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FBDC55 (or 0xFBDC55) is known color: Mustard. HEX triplet: FB, DC and 55. RGB value is (251,220,85). Sum of RGB (Red+Green+Blue) = 251+220+85=556 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.14% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 85 (33.59% from 255 or 15.29% from 556); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDC55 is #0423AA. Grayscale: #D6D6D6. Windows color (decimal): -271275 or 5627131. OLE color: 5627131.

HSL color Cylindrical-coordinate representation of color #FBDC55: hue angle of 48.8º 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 #FBDC55 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 220 85 -
CMYK 0 0.12 0.66 0.02
HSL 48.8º 0.95% 0.66% -
HSV(B) 48.8º 0.66% 0.98% -
XYZ 67.02 72.35 19.03 -
YUV 213.88 55.27 154.48 -
System Red Green Blue C M Y K H S L
Decimal 251 220 85 0 0.12 0.66 0.02 48.8 0.95 0.66
Hex FB DC 55 0 C 42 2 31 5F 42
Octal 373 334 125 0 14 102 2 61 137 102
Binary 11111011 11011100 1010101 0 1100 1000010 10 110001 1011111 1000010

Color Harmonies of #FBDC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDC55

Black with #FBDC55

Text Example


Text Example

White with #FBDC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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