#F94845

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

Shades of Sunset Orange #F94845

Tints of Sunset Orange #F94845

Color information

#F94845 (or 0xF94845) is unknown color: approx Sunset Orange. HEX triplet: F9, 48 and 45. RGB value is (249,72,69). Sum of RGB (Red+Green+Blue) = 249+72+69=390 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.85% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 69 (27.34% from 255 or 17.69% from 390); Max value from RGB is 249 - color contains mainly: red. Hex color #F94845 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94845 is #06B7BA. Grayscale: #7C7C7C. Windows color (decimal): -440251 or 4540665. OLE color: 4540665.

HSL color Cylindrical-coordinate representation of color #F94845: hue angle of 1º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F94845 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB2497269-
CMYK00.710.720.02
HSL93.75%62.35%-
HSV(B)72.29%97.65%-
XYZ42.4625.28.26-
YUV124.5896.64216.74-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 63.85%
GREEN value IS 72 (28.52% from 255) = 18.46%
BLUE value IS 69 (27.34% from 255) = 17.69%
R=63.85%
G=18.46%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249726900.710.720.02193.7562.35
HexF9484504748215e3e
Octal37111010501071102113676
Binary11111001100100010001010100011110010001011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94845; }

 p { color: rgb(249,72,69); }

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

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

 a { background-color: rgb(249,72,69); }

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

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

 span { border-color: rgb(249,72,69); }

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