#F95545

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

Shades of Sunset Orange #F95545

Tints of Sunset Orange #F95545

Color information

#F95545 (or 0xF95545) is unknown color: approx Sunset Orange. HEX triplet: F9, 55 and 45. RGB value is (249,85,69). Sum of RGB (Red+Green+Blue) = 249+85+69=403 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.79% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 249 - color contains mainly: red. Hex color #F95545 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F95545 is #06AABA. Grayscale: #848484. Windows color (decimal): -436923 or 4543993. OLE color: 4543993.

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

Color convert

RGB2498569-
CMYK00.660.720.02
HSL5.33º93.75%62.35%-
HSV(B)5.33º72.29%97.65%-
XYZ43.3927.078.57-
YUV132.2192.33211.3-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 61.79%
GREEN value IS 85 (33.59% from 255) = 21.09%
BLUE value IS 69 (27.34% from 255) = 17.12%
R=61.79%
G=21.09%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249856900.660.720.025.3393.7562.35
HexF9554504248255e3e
Octal37112510501021102513676
Binary1111100110101011000101010000101001000101011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95545; }

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

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

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

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

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

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

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

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