Html Css Color HEX #FBDF5D Mustard

📋 copy color: '#FBDF5D'

red 251 ◦ green 223 ◦ blue 93

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

Shades of Mustard #FBDF5D

Tints of Mustard #FBDF5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 16.4%

R = 44.27%
G = 39.33%
B = 16.4%

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

#FBDF5D (or 0xFBDF5D) is known color: Mustard. HEX triplet: FB, DF and 5D. RGB value is (251,223,93). Sum of RGB (Red+Green+Blue) = 251+223+93=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 93 (36.72% from 255 or 16.40% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDF5D is #0420A2. Grayscale: #D9D9D9. Windows color (decimal): -270499 or 6152187. OLE color: 6152187.

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

Color convert

RGB 251 223 93 -
CMYK 0 0.11 0.63 0.02
HSL 49.37º 0.95% 0.67% -
HSV(B) 49.37º 0.63% 0.98% -
XYZ 68.15 74.07 21.06 -
YUV 216.55 58.28 152.57 -
System Red Green Blue C M Y K H S L
Decimal 251 223 93 0 0.11 0.63 0.02 49.37 0.95 0.67
Hex FB DF 5D 0 B 3F 2 31 5F 43
Octal 373 337 135 0 13 77 2 61 137 103
Binary 11111011 11011111 1011101 0 1011 111111 10 110001 1011111 1000011

Color Harmonies of #FBDF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDF5D

Black with #FBDF5D

Text Example


Text Example

White with #FBDF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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