#FA6B52

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

Shades of Bittersweet #FA6B52

Tints of Bittersweet #FA6B52

Color information

#FA6B52 (or 0xFA6B52) is unknown color: approx Bittersweet. HEX triplet: FA, 6B and 52. RGB value is (250,107,82). Sum of RGB (Red+Green+Blue) = 250+107+82=439 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.95% from 439); Green value is 107 (42.19% from 255 or 24.37% from 439); Blue value is 82 (32.42% from 255 or 18.68% from 439); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6B52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6B52 is #0594AD. Grayscale: #939393. Windows color (decimal): -365742 or 5401594. OLE color: 5401594.

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

Color convert

RGB25010782-
CMYK00.570.670.02
HSL8.93º94.38%65.1%-
HSV(B)8.93º67.2%98.04%-
XYZ46.2131.4511.62-
YUV146.9191.38201.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 56.95%
GREEN value IS 107 (42.19% from 255) = 24.37%
BLUE value IS 82 (32.42% from 255) = 18.68%
R=56.95%
G=24.37%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501078200.570.670.028.9394.3865.1
HexFA6B5203943295e41
Octal372153122071103211136101
Binary11111010110101110100100111001100001110100110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6B52; }

 p { color: rgb(250,107,82); }

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

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

 a { background-color: rgb(250,107,82); }

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

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

 span { border-color: rgb(250,107,82); }

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