#FB6D52

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

Shades of Bittersweet #FB6D52

Tints of Bittersweet #FB6D52

Color information

#FB6D52 (or 0xFB6D52) is unknown color: approx Bittersweet. HEX triplet: FB, 6D and 52. RGB value is (251,109,82). Sum of RGB (Red+Green+Blue) = 251+109+82=442 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.79% from 442); Green value is 109 (42.97% from 255 or 24.66% from 442); Blue value is 82 (32.42% from 255 or 18.55% from 442); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6D52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6D52 is #0492AD. Grayscale: #949494. Windows color (decimal): -299694 or 5402107. OLE color: 5402107.

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

Color convert

RGB25110982-
CMYK00.570.670.02
HSL9.59º95.48%65.29%-
HSV(B)9.59º67.33%98.43%-
XYZ46.7832.0611.7-
YUV148.3890.54201.2-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 56.79%
GREEN value IS 109 (42.97% from 255) = 24.66%
BLUE value IS 82 (32.42% from 255) = 18.55%
R=56.79%
G=24.66%
B=18.55%

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
Decimal2511098200.570.670.029.5995.4865.29
HexFB6D52039432a5f41
Octal373155122071103212137101
Binary11111011110110110100100111001100001110101010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6D52; }

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

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

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

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

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

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

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

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