#FAC531

Color #FAC531 Saffron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saffron #FAC531

Tints of Saffron #FAC531

Color information

#FAC531 (or 0xFAC531) is unknown color: approx Saffron. HEX triplet: FA, C5 and 31. RGB value is (250,197,49). Sum of RGB (Red+Green+Blue) = 250+197+49=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 49 (19.53% from 255 or 9.88% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC531 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC531 is #053ACE. Grayscale: #C4C4C4. Windows color (decimal): -342735 or 3261946. OLE color: 3261946.

HSL color Cylindrical-coordinate representation of color #FAC531: hue angle of 44.18º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FAC531 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB25019749-
CMYK00.210.800.02
HSL44.18º95.26%58.63%-
HSV(B)44.18º80.4%98.04%-
XYZ59.9460.4811.42-
YUV195.9845.06166.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.40%
GREEN value IS 197 (77.34% from 255) = 39.72%
BLUE value IS 49 (19.53% from 255) = 9.88%
R=50.40%
G=39.72%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.80
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501974900.210.800.0244.1895.2658.63
HexFAC5310155022c5f3b
Octal3723056102512025413773
Binary11111010110001011100010101011010000101011001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC531; }

 p { color: rgb(250,197,49); }

 H1.HeaderClassName
 {
   color: #FAC531;
 }
 .AnyTagClassName
 {
   color: #FAC531;
 }
</style>
background-color css

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

 a { background-color: rgb(250,197,49); }

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

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

 span { border-color: rgb(250,197,49); }

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