Html Css Color HEX #FADB58 Mustard

📋 copy color: '#FADB58'

red 250 ◦ green 219 ◦ blue 88

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

Shades of Mustard #FADB58

Tints of Mustard #FADB58

RGB

 RED value IS 250 (98.05% from 255) = 44.88%

 GREEN value IS 219 (85.94% from 255) = 39.32%

 BLUE value IS 88 (34.77% from 255) = 15.8%

R = 44.88%
G = 39.32%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FADB58 (or 0xFADB58) is known color: Mustard. HEX triplet: FA, DB and 58. RGB value is (250,219,88). Sum of RGB (Red+Green+Blue) = 250+219+88=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 88 (34.77% from 255 or 15.80% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADB58 is #0524A7. Grayscale: #D5D5D5. Windows color (decimal): -337064 or 5823482. OLE color: 5823482.

HSL color Cylindrical-coordinate representation of color #FADB58: hue angle of 48.52º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FADB58 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 219 88 -
CMYK 0 0.12 0.65 0.02
HSL 48.52º 0.94% 0.66% -
HSV(B) 48.52º 0.65% 0.98% -
XYZ 66.52 71.69 19.56 -
YUV 213.34 57.27 154.15 -
System Red Green Blue C M Y K H S L
Decimal 250 219 88 0 0.12 0.65 0.02 48.52 0.94 0.66
Hex FA DB 58 0 C 41 2 31 5E 42
Octal 372 333 130 0 14 101 2 61 136 102
Binary 11111010 11011011 1011000 0 1100 1000001 10 110001 1011110 1000010

Color Harmonies of #FADB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADB58

Black with #FADB58

Text Example


Text Example

White with #FADB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADB58; }

 p { color: rgb(250,219,88); }

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

background-color css

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

 a { background-color: rgb(250,219,88); }

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

border-color css

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

 span { border-color: rgb(250,219,88); }

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