#F94A48

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

Shades of Sunset Orange #F94A48

Tints of Sunset Orange #F94A48

Color information

#F94A48 (or 0xF94A48) is unknown color: approx Sunset Orange. HEX triplet: F9, 4A and 48. RGB value is (249,74,72). Sum of RGB (Red+Green+Blue) = 249+74+72=395 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.04% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94A48 is #06B5B7. Grayscale: #7E7E7E. Windows color (decimal): -439736 or 4737785. OLE color: 4737785.

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

Color convert

RGB2497472-
CMYK00.700.710.02
HSL0.68º93.65%62.94%-
HSV(B)0.68º71.08%97.65%-
XYZ42.6925.518.8-
YUV126.197.48215.66-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 63.04%
GREEN value IS 74 (29.30% from 255) = 18.73%
BLUE value IS 72 (28.52% from 255) = 18.23%
R=63.04%
G=18.73%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249747200.700.710.020.6893.6562.94
HexF94A4804647215e3f
Octal37111211001061072113677
Binary11111001100101010010000100011010001111011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94A48; }

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

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

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

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

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

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

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

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