#F75552

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

Shades of Sunset Orange #F75552

Tints of Sunset Orange #F75552

Color information

#F75552 (or 0xF75552) is unknown color: approx Sunset Orange. HEX triplet: F7, 55 and 52. RGB value is (247,85,82). Sum of RGB (Red+Green+Blue) = 247+85+82=414 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.66% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 247 - color contains mainly: red. Hex color #F75552 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75552 is #08AAAD. Grayscale: #858585. Windows color (decimal): -567982 or 5395959. OLE color: 5395959.

HSL color Cylindrical-coordinate representation of color #F75552: hue angle of 1.09º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F75552 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.03.

Color convert

RGB2478582-
CMYK00.660.670.03
HSL1.09º91.16%64.51%-
HSV(B)1.09º66.8%96.86%-
XYZ43.1326.8810.9-
YUV133.199.17209.24-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 59.66%
GREEN value IS 85 (33.59% from 255) = 20.53%
BLUE value IS 82 (32.42% from 255) = 19.81%
R=59.66%
G=20.53%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247858200.660.670.031.0991.1664.51
HexF7555204243315b41
Octal367125122010210331133101
Binary111101111010101101001001000010100001111110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75552; }

 p { color: rgb(247,85,82); }

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

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

 a { background-color: rgb(247,85,82); }

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

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

 span { border-color: rgb(247,85,82); }

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