Html Css Color HEX #FBDB5A Mustard

📋 copy color: '#FBDB5A'

red 251 ◦ green 219 ◦ blue 90

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

Shades of Mustard #FBDB5A

Tints of Mustard #FBDB5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.07%

R = 44.82%
G = 39.11%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FBDB5A (or 0xFBDB5A) is known color: Mustard. HEX triplet: FB, DB and 5A. RGB value is (251,219,90). Sum of RGB (Red+Green+Blue) = 251+219+90=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 90 (35.55% from 255 or 16.07% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDB5A is #0424A5. Grayscale: #D6D6D6. Windows color (decimal): -271526 or 5954555. OLE color: 5954555.

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

Color convert

RGB 251 219 90 -
CMYK 0 0.13 0.64 0.02
HSL 48.07º 0.95% 0.67% -
HSV(B) 48.07º 0.64% 0.98% -
XYZ 66.96 71.91 20.02 -
YUV 213.86 58.1 154.49 -
System Red Green Blue C M Y K H S L
Decimal 251 219 90 0 0.13 0.64 0.02 48.07 0.95 0.67
Hex FB DB 5A 0 D 40 2 30 5F 43
Octal 373 333 132 0 15 100 2 60 137 103
Binary 11111011 11011011 1011010 0 1101 1000000 10 110000 1011111 1000011

Color Harmonies of #FBDB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDB5A

Black with #FBDB5A

Text Example


Text Example

White with #FBDB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDB5A; }

 p { color: rgb(251,219,90); }

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

background-color css

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

 a { background-color: rgb(251,219,90); }

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

border-color css

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

 span { border-color: rgb(251,219,90); }

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