Html Css Color HEX #FBDA5A Mustard

📋 copy color: '#FBDA5A'

red 251 ◦ green 218 ◦ blue 90

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

Shades of Mustard #FBDA5A

Tints of Mustard #FBDA5A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39%

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

R = 44.9%
G = 39%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FBDA5A (or 0xFBDA5A) is known color: Mustard. HEX triplet: FB, DA and 5A. RGB value is (251,218,90). Sum of RGB (Red+Green+Blue) = 251+218+90=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 90 (35.55% from 255 or 16.10% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDA5A is #0425A5. Grayscale: #D5D5D5. Windows color (decimal): -271782 or 5954299. OLE color: 5954299.

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

Color convert

RGB 251 218 90 -
CMYK 0 0.13 0.64 0.02
HSL 47.7º 0.95% 0.67% -
HSV(B) 47.7º 0.64% 0.98% -
XYZ 66.7 71.39 19.94 -
YUV 213.28 58.43 154.91 -
System Red Green Blue C M Y K H S L
Decimal 251 218 90 0 0.13 0.64 0.02 47.7 0.95 0.67
Hex FB DA 5A 0 D 40 2 30 5F 43
Octal 373 332 132 0 15 100 2 60 137 103
Binary 11111011 11011010 1011010 0 1101 1000000 10 110000 1011111 1000011

Color Harmonies of #FBDA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDA5A

Black with #FBDA5A

Text Example


Text Example

White with #FBDA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDA5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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