Html Css Color HEX #FBDF5E Mustard

📋 copy color: '#FBDF5E'

red 251 ◦ green 223 ◦ blue 94

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

Shades of Mustard #FBDF5E

Tints of Mustard #FBDF5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 16.55%

R = 44.19%
G = 39.26%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FBDF5E (or 0xFBDF5E) is known color: Mustard. HEX triplet: FB, DF and 5E. RGB value is (251,223,94). Sum of RGB (Red+Green+Blue) = 251+223+94=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 94 (37.11% from 255 or 16.55% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDF5E is #0420A1. Grayscale: #D9D9D9. Windows color (decimal): -270498 or 6217723. OLE color: 6217723.

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

Color convert

RGB 251 223 94 -
CMYK 0 0.11 0.63 0.02
HSL 49.3º 0.95% 0.68% -
HSV(B) 49.3º 0.63% 0.98% -
XYZ 68.19 74.09 21.3 -
YUV 216.67 58.78 152.49 -
System Red Green Blue C M Y K H S L
Decimal 251 223 94 0 0.11 0.63 0.02 49.3 0.95 0.68
Hex FB DF 5E 0 B 3F 2 31 5F 44
Octal 373 337 136 0 13 77 2 61 137 104
Binary 11111011 11011111 1011110 0 1011 111111 10 110001 1011111 1000100

Color Harmonies of #FBDF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDF5E

Black with #FBDF5E

Text Example


Text Example

White with #FBDF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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