#FB7252

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

Shades of Bittersweet #FB7252

Tints of Bittersweet #FB7252

Color information

#FB7252 (or 0xFB7252) is unknown color: approx Bittersweet. HEX triplet: FB, 72 and 52. RGB value is (251,114,82). Sum of RGB (Red+Green+Blue) = 251+114+82=447 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.15% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 82 (32.42% from 255 or 18.34% from 447); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7252 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7252 is #048DAD. Grayscale: #979797. Windows color (decimal): -298414 or 5403387. OLE color: 5403387.

HSL color Cylindrical-coordinate representation of color #FB7252: hue angle of 11.36º degrees, saturation: 0.95, 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 #FB7252 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB25111482-
CMYK00.550.670.02
HSL11.36º95.48%65.29%-
HSV(B)11.36º67.33%98.43%-
XYZ47.3233.1511.89-
YUV151.3288.89199.1-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 56.15%
GREEN value IS 114 (44.92% from 255) = 25.50%
BLUE value IS 82 (32.42% from 255) = 18.34%
R=56.15%
G=25.50%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511148200.550.670.0211.3695.4865.29
HexFB7252037432b5f41
Octal373162122067103213137101
Binary11111011111001010100100110111100001110101110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7252; }

 p { color: rgb(251,114,82); }

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

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

 a { background-color: rgb(251,114,82); }

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

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

 span { border-color: rgb(251,114,82); }

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