Html Css Color HEX #FBDD5C Mustard

📋 copy color: '#FBDD5C'

red 251 ◦ green 221 ◦ blue 92

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

Shades of Mustard #FBDD5C

Tints of Mustard #FBDD5C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.18%

 BLUE value IS 92 (36.33% from 255) = 16.31%

R = 44.5%
G = 39.18%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FBDD5C (or 0xFBDD5C) is known color: Mustard. HEX triplet: FB, DD and 5C. RGB value is (251,221,92). Sum of RGB (Red+Green+Blue) = 251+221+92=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 92 (36.33% from 255 or 16.31% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDD5C is #0422A3. Grayscale: #D7D7D7. Windows color (decimal): -271012 or 6086139. OLE color: 6086139.

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

Color convert

RGB 251 221 92 -
CMYK 0 0.12 0.63 0.02
HSL 48.68º 0.95% 0.67% -
HSV(B) 48.68º 0.63% 0.98% -
XYZ 67.57 72.99 20.65 -
YUV 215.26 58.44 153.49 -
System Red Green Blue C M Y K H S L
Decimal 251 221 92 0 0.12 0.63 0.02 48.68 0.95 0.67
Hex FB DD 5C 0 C 3F 2 31 5F 43
Octal 373 335 134 0 14 77 2 61 137 103
Binary 11111011 11011101 1011100 0 1100 111111 10 110001 1011111 1000011

Color Harmonies of #FBDD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDD5C

Black with #FBDD5C

Text Example


Text Example

White with #FBDD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDD5C; }

 p { color: rgb(251,221,92); }

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

background-color css

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

 a { background-color: rgb(251,221,92); }

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

border-color css

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

 span { border-color: rgb(251,221,92); }

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