#fa7458

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

Shades of Bittersweet #FA7458

Tints of Bittersweet #FA7458

Color information

#FA7458 (or 0xFA7458) is unknown color: approx Bittersweet. HEX triplet: FA, 74 and 58. RGB value is (250,116,88). Sum of RGB (Red+Green+Blue) = 250+116+88=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 116 (45.70% from 255 or 25.55% from 454); Blue value is 88 (34.77% from 255 or 19.38% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7458 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7458 is #058BA7. Grayscale: #999999. Windows color (decimal): -363432 or 5797114. OLE color: 5797114.

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

Color convert

RGB25011688-
CMYK00.540.650.02
HSL10.37º94.19%66.27%-
HSV(B)10.37º64.8%98.04%-
XYZ47.4333.5213.2-
YUV152.8791.39197.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 55.07%
GREEN value IS 116 (45.70% from 255) = 25.55%
BLUE value IS 88 (34.77% from 255) = 19.38%
R=55.07%
G=25.55%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501168800.540.650.0210.3794.1966.27
HexFA7458036412a5e42
Octal372164130066101212136102
Binary11111010111010010110000110110100000110101010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fa7458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fa7458; }

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

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

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

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

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

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

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

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