Html Css Color HEX #FBDF5B Mustard

📋 copy color: '#FBDF5B'

red 251 ◦ green 223 ◦ blue 91

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

Shades of Mustard #FBDF5B

Tints of Mustard #FBDF5B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.47%

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

R = 44.42%
G = 39.47%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FBDF5B (or 0xFBDF5B) is known color: Mustard. HEX triplet: FB, DF and 5B. RGB value is (251,223,91). Sum of RGB (Red+Green+Blue) = 251+223+91=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 91 (35.94% from 255 or 16.11% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDF5B is #0420A4. Grayscale: #D8D8D8. Windows color (decimal): -270501 or 6021115. OLE color: 6021115.

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

Color convert

RGB 251 223 91 -
CMYK 0 0.11 0.64 0.02
HSL 49.5º 0.95% 0.67% -
HSV(B) 49.5º 0.64% 0.98% -
XYZ 68.06 74.04 20.6 -
YUV 216.32 57.28 152.73 -
System Red Green Blue C M Y K H S L
Decimal 251 223 91 0 0.11 0.64 0.02 49.5 0.95 0.67
Hex FB DF 5B 0 B 40 2 32 5F 43
Octal 373 337 133 0 13 100 2 62 137 103
Binary 11111011 11011111 1011011 0 1011 1000000 10 110010 1011111 1000011

Color Harmonies of #FBDF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDF5B

Black with #FBDF5B

Text Example


Text Example

White with #FBDF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDF5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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