Html Css Color HEX #FBDC5A Mustard

📋 copy color: '#FBDC5A'

red 251 ◦ green 220 ◦ blue 90

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

Shades of Mustard #FBDC5A

Tints of Mustard #FBDC5A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.22%

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

R = 44.74%
G = 39.22%
B = 16.04%

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

#FBDC5A (or 0xFBDC5A) is known color: Mustard. HEX triplet: FB, DC and 5A. RGB value is (251,220,90). Sum of RGB (Red+Green+Blue) = 251+220+90=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 90 (35.55% from 255 or 16.04% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDC5A is #0423A5. Grayscale: #D6D6D6. Windows color (decimal): -271270 or 5954811. OLE color: 5954811.

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

Color convert

RGB 251 220 90 -
CMYK 0 0.12 0.64 0.02
HSL 48.45º 0.95% 0.67% -
HSV(B) 48.45º 0.64% 0.98% -
XYZ 67.22 72.43 20.11 -
YUV 214.45 57.77 154.07 -
System Red Green Blue C M Y K H S L
Decimal 251 220 90 0 0.12 0.64 0.02 48.45 0.95 0.67
Hex FB DC 5A 0 C 40 2 30 5F 43
Octal 373 334 132 0 14 100 2 60 137 103
Binary 11111011 11011100 1011010 0 1100 1000000 10 110000 1011111 1000011

Color Harmonies of #FBDC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDC5A

Black with #FBDC5A

Text Example


Text Example

White with #FBDC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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