#F8493C

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

Shades of Sunset Orange #F8493C

Tints of Sunset Orange #F8493C

Color information

#F8493C (or 0xF8493C) is unknown color: approx Sunset Orange. HEX triplet: F8, 49 and 3C. RGB value is (248,73,60). Sum of RGB (Red+Green+Blue) = 248+73+60=381 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.09% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 248 - color contains mainly: red. Hex color #F8493C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8493C is #07B6C3. Grayscale: #7C7C7C. Windows color (decimal): -505540 or 3951096. OLE color: 3951096.

HSL color Cylindrical-coordinate representation of color #F8493C: hue angle of 4.15º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F8493C is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.03.

Color convert

RGB2487360-
CMYK00.710.760.03
HSL4.15º93.07%60.39%-
HSV(B)4.15º75.81%97.25%-
XYZ41.9125.056.9-
YUV123.8491.98216.56-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 65.09%
GREEN value IS 73 (28.91% from 255) = 19.16%
BLUE value IS 60 (23.83% from 255) = 15.75%
R=65.09%
G=19.16%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248736000.710.760.034.1593.0760.39
HexF8493C0474C345d3c
Octal3701117401071143413574
Binary111110001001001111100010001111001100111001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8493C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8493C; }

 p { color: rgb(248,73,60); }

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

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

 a { background-color: rgb(248,73,60); }

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

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

 span { border-color: rgb(248,73,60); }

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