Html Css Color HEX #FBDD5A Mustard

📋 copy color: '#FBDD5A'

red 251 ◦ green 221 ◦ blue 90

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

Shades of Mustard #FBDD5A

Tints of Mustard #FBDD5A

RGB

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

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

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

R = 44.66%
G = 39.32%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FBDD5A (or 0xFBDD5A) is known color: Mustard. HEX triplet: FB, DD and 5A. RGB value is (251,221,90). Sum of RGB (Red+Green+Blue) = 251+221+90=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 90 (35.55% from 255 or 16.01% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDD5A is #0422A5. Grayscale: #D7D7D7. Windows color (decimal): -271014 or 5955067. OLE color: 5955067.

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

Color convert

RGB 251 221 90 -
CMYK 0 0.12 0.64 0.02
HSL 48.82º 0.95% 0.67% -
HSV(B) 48.82º 0.64% 0.98% -
XYZ 67.49 72.96 20.2 -
YUV 215.04 57.44 153.65 -
System Red Green Blue C M Y K H S L
Decimal 251 221 90 0 0.12 0.64 0.02 48.82 0.95 0.67
Hex FB DD 5A 0 C 40 2 31 5F 43
Octal 373 335 132 0 14 100 2 61 137 103
Binary 11111011 11011101 1011010 0 1100 1000000 10 110001 1011111 1000011

Color Harmonies of #FBDD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDD5A

Black with #FBDD5A

Text Example


Text Example

White with #FBDD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDD5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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