Html Css Color HEX #FBDC5B Mustard

📋 copy color: '#FBDC5B'

red 251 ◦ green 220 ◦ blue 91

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

Shades of Mustard #FBDC5B

Tints of Mustard #FBDC5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.19%

R = 44.66%
G = 39.15%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FBDC5B (or 0xFBDC5B) is known color: Mustard. HEX triplet: FB, DC and 5B. RGB value is (251,220,91). Sum of RGB (Red+Green+Blue) = 251+220+91=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 91 (35.94% from 255 or 16.19% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDC5B is #0423A4. Grayscale: #D7D7D7. Windows color (decimal): -271269 or 6020347. OLE color: 6020347.

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

Color convert

RGB 251 220 91 -
CMYK 0 0.12 0.64 0.02
HSL 48.38º 0.95% 0.67% -
HSV(B) 48.38º 0.64% 0.98% -
XYZ 67.27 72.45 20.34 -
YUV 214.56 58.27 153.99 -
System Red Green Blue C M Y K H S L
Decimal 251 220 91 0 0.12 0.64 0.02 48.38 0.95 0.67
Hex FB DC 5B 0 C 40 2 30 5F 43
Octal 373 334 133 0 14 100 2 60 137 103
Binary 11111011 11011100 1011011 0 1100 1000000 10 110000 1011111 1000011

Color Harmonies of #FBDC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDC5B

Black with #FBDC5B

Text Example


Text Example

White with #FBDC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDC5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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