#F05247

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

Shades of Sunset Orange #F05247

Tints of Sunset Orange #F05247

Color information

#F05247 (or 0xF05247) is unknown color: approx Sunset Orange. HEX triplet: F0, 52 and 47. RGB value is (240,82,71). Sum of RGB (Red+Green+Blue) = 240+82+71=393 (52% of max value = 765). Red value is 240 (94.14% from 255 or 61.07% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 71 (28.12% from 255 or 18.07% from 393); Max value from RGB is 240 - color contains mainly: red. Hex color #F05247 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05247 is #0FADB8. Grayscale: #808080. Windows color (decimal): -1027513 or 4674288. OLE color: 4674288.

HSL color Cylindrical-coordinate representation of color #F05247: hue angle of 3.91º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F05247 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB2408271-
CMYK00.660.700.06
HSL3.91º84.92%60.98%-
HSV(B)3.91º70.42%94.12%-
XYZ40.0925.018.68-
YUV127.9995.85207.89-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 61.07%
GREEN value IS 82 (32.42% from 255) = 20.87%
BLUE value IS 71 (28.12% from 255) = 18.07%
R=61.07%
G=20.87%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240827100.660.700.063.9184.9260.98
HexF052470424664553d
Octal36012210701021066412575
Binary11110000101001010001110100001010001101101001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05247; }

 p { color: rgb(240,82,71); }

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

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

 a { background-color: rgb(240,82,71); }

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

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

 span { border-color: rgb(240,82,71); }

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