#F95044

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

Shades of Sunset Orange #F95044

Tints of Sunset Orange #F95044

Color information

#F95044 (or 0xF95044) is unknown color: approx Sunset Orange. HEX triplet: F9, 50 and 44. RGB value is (249,80,68). Sum of RGB (Red+Green+Blue) = 249+80+68=397 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.72% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 68 (26.95% from 255 or 17.13% from 397); Max value from RGB is 249 - color contains mainly: red. Hex color #F95044 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F95044 is #06AFBB. Grayscale: #818181. Windows color (decimal): -438204 or 4477177. OLE color: 4477177.

HSL color Cylindrical-coordinate representation of color #F95044: hue angle of 3.98º 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 #F95044 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB2498068-
CMYK00.680.730.02
HSL3.98º93.78%62.16%-
HSV(B)3.98º72.69%97.65%-
XYZ42.9826.298.28-
YUV129.1693.49213.48-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 62.72%
GREEN value IS 80 (31.64% from 255) = 20.15%
BLUE value IS 68 (26.95% from 255) = 17.13%
R=62.72%
G=20.15%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.73
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249806800.680.730.023.9893.7862.16
HexF9504404449245e3e
Octal37112010401041112413676
Binary1111100110100001000100010001001001001101001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95044; }

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

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

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

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

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

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

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

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