#F95143

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

Shades of Sunset Orange #F95143

Tints of Sunset Orange #F95143

Color information

#F95143 (or 0xF95143) is unknown color: approx Sunset Orange. HEX triplet: F9, 51 and 43. RGB value is (249,81,67). Sum of RGB (Red+Green+Blue) = 249+81+67=397 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.72% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 67 (26.56% from 255 or 16.88% from 397); Max value from RGB is 249 - color contains mainly: red. Hex color #F95143 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F95143 is #06AEBC. Grayscale: #818181. Windows color (decimal): -437949 or 4411897. OLE color: 4411897.

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

Color convert

RGB2498167-
CMYK00.670.730.02
HSL4.62º93.81%61.96%-
HSV(B)4.62º73.09%97.65%-
XYZ43.0226.438.14-
YUV129.6492.66213.14-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 62.72%
GREEN value IS 81 (32.03% from 255) = 20.40%
BLUE value IS 67 (26.56% from 255) = 16.88%
R=62.72%
G=20.40%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.73
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249816700.670.730.024.6293.8161.96
HexF9514304349255e3e
Octal37112110301031112513676
Binary1111100110100011000011010000111001001101011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95143; }

 p { color: rgb(249,81,67); }

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

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

 a { background-color: rgb(249,81,67); }

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

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

 span { border-color: rgb(249,81,67); }

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