#F94848

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

Shades of Sunset Orange #F94848

Tints of Sunset Orange #F94848

Color information

#F94848 (or 0xF94848) is unknown color: approx Sunset Orange. HEX triplet: F9, 48 and 48. RGB value is (249,72,72). Sum of RGB (Red+Green+Blue) = 249+72+72=393 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.36% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 249 - color contains mainly: red. Hex color #F94848 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94848 is #06B7B7. Grayscale: #7D7D7D. Windows color (decimal): -440248 or 4737273. OLE color: 4737273.

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

Color convert

RGB2497272-
CMYK00.710.710.02
HSL93.65%62.94%-
HSV(B)71.08%97.65%-
XYZ42.5525.248.76-
YUV124.9298.14216.5-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 63.36%
GREEN value IS 72 (28.52% from 255) = 18.32%
BLUE value IS 72 (28.52% from 255) = 18.32%
R=63.36%
G=18.32%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249727200.710.710.02093.6562.94
HexF9484804747205e3f
Octal37111011001071072013677
Binary11111001100100010010000100011110001111001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94848; }

 p { color: rgb(249,72,72); }

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

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

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

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

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

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

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