#F94944

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

Shades of Sunset Orange #F94944

Tints of Sunset Orange #F94944

Color information

#F94944 (or 0xF94944) is unknown color: approx Sunset Orange. HEX triplet: F9, 49 and 44. RGB value is (249,73,68). Sum of RGB (Red+Green+Blue) = 249+73+68=390 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.85% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 249 - color contains mainly: red. Hex color #F94944 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94944 is #06B6BB. Grayscale: #7D7D7D. Windows color (decimal): -439996 or 4475385. OLE color: 4475385.

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

Color convert

RGB2497368-
CMYK00.710.730.02
HSL1.66º93.78%62.16%-
HSV(B)1.66º72.69%97.65%-
XYZ42.4925.328.12-
YUV125.0595.81216.41-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 63.85%
GREEN value IS 73 (28.91% from 255) = 18.72%
BLUE value IS 68 (26.95% from 255) = 17.44%
R=63.85%
G=18.72%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.73
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249736800.710.730.021.6693.7862.16
HexF9494404749225e3e
Octal37111110401071112213676
Binary111110011001001100010001000111100100110101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94944; }

 p { color: rgb(249,73,68); }

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

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

 a { background-color: rgb(249,73,68); }

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

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

 span { border-color: rgb(249,73,68); }

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