#F94948

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

Shades of Sunset Orange #F94948

Tints of Sunset Orange #F94948

Color information

#F94948 (or 0xF94948) is unknown color: approx Sunset Orange. HEX triplet: F9, 49 and 48. RGB value is (249,73,72). Sum of RGB (Red+Green+Blue) = 249+73+72=394 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.20% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 72 (28.52% from 255 or 18.27% from 394); Max value from RGB is 249 - color contains mainly: red. Hex color #F94948 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94948 is #06B6B7. Grayscale: #7D7D7D. Windows color (decimal): -439992 or 4737529. OLE color: 4737529.

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

Color convert

RGB2497372-
CMYK00.710.710.02
HSL0.34º93.65%62.94%-
HSV(B)0.34º71.08%97.65%-
XYZ42.6225.378.78-
YUV125.5197.81216.08-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 63.20%
GREEN value IS 73 (28.91% from 255) = 18.53%
BLUE value IS 72 (28.52% from 255) = 18.27%
R=63.20%
G=18.53%
B=18.27%

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
Decimal249737200.710.710.020.3493.6562.94
HexF9494804747205e3f
Octal37111111001071072013677
Binary11111001100100110010000100011110001111001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94948; }

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

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

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

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

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

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

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

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