#F75048

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

Shades of Sunset Orange #F75048

Tints of Sunset Orange #F75048

Color information

#F75048 (or 0xF75048) is unknown color: approx Sunset Orange. HEX triplet: F7, 50 and 48. RGB value is (247,80,72). Sum of RGB (Red+Green+Blue) = 247+80+72=399 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.90% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 247 - color contains mainly: red. Hex color #F75048 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F75048 is #08AFB7. Grayscale: #818181. Windows color (decimal): -569272 or 4739319. OLE color: 4739319.

HSL color Cylindrical-coordinate representation of color #F75048: hue angle of 2.74º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F75048 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.03.

Color convert

RGB2478072-
CMYK00.680.710.03
HSL2.74º91.62%62.55%-
HSV(B)2.74º70.85%96.86%-
XYZ42.425.988.91-
YUV129.0295.83212.15-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 61.90%
GREEN value IS 80 (31.64% from 255) = 20.05%
BLUE value IS 72 (28.52% from 255) = 18.05%
R=61.90%
G=20.05%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.71
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247807200.680.710.032.7491.6262.55
HexF7504804447335c3f
Octal36712011001041073313477
Binary111101111010000100100001000100100011111111011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75048; }

 p { color: rgb(247,80,72); }

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

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

 a { background-color: rgb(247,80,72); }

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

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

 span { border-color: rgb(247,80,72); }

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