#F05445

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

Shades of Sunset Orange #F05445

Tints of Sunset Orange #F05445

Color information

#F05445 (or 0xF05445) is unknown color: approx Sunset Orange. HEX triplet: F0, 54 and 45. RGB value is (240,84,69). Sum of RGB (Red+Green+Blue) = 240+84+69=393 (52% of max value = 765). Red value is 240 (94.14% from 255 or 61.07% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 69 (27.34% from 255 or 17.56% from 393); Max value from RGB is 240 - color contains mainly: red. Hex color #F05445 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05445 is #0FABBA. Grayscale: #818181. Windows color (decimal): -1027003 or 4543728. OLE color: 4543728.

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

Color convert

RGB2408469-
CMYK00.650.710.06
HSL5.26º85.07%60.59%-
HSV(B)5.26º71.25%94.12%-
XYZ40.1825.38.4-
YUV128.9394.18207.22-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 61.07%
GREEN value IS 84 (33.20% from 255) = 21.37%
BLUE value IS 69 (27.34% from 255) = 17.56%
R=61.07%
G=21.37%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240846900.650.710.065.2685.0760.59
HexF054450414765553d
Octal36012410501011076512575
Binary11110000101010010001010100000110001111101011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05445; }

 p { color: rgb(240,84,69); }

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

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

 a { background-color: rgb(240,84,69); }

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

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

 span { border-color: rgb(240,84,69); }

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