#F94E3D

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

Shades of Sunset Orange #F94E3D

Tints of Sunset Orange #F94E3D

Color information

#F94E3D (or 0xF94E3D) is unknown color: approx Sunset Orange. HEX triplet: F9, 4E and 3D. RGB value is (249,78,61). Sum of RGB (Red+Green+Blue) = 249+78+61=388 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.18% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 61 (24.22% from 255 or 15.72% from 388); Max value from RGB is 249 - color contains mainly: red. Hex color #F94E3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F94E3D is #06B1C2. Grayscale: #7F7F7F. Windows color (decimal): -438723 or 4017913. OLE color: 4017913.

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

Color convert

RGB2497861-
CMYK00.690.760.02
HSL5.43º94%60.78%-
HSV(B)5.43º75.5%97.65%-
XYZ42.6325.937.17-
YUV127.1990.65214.88-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 64.18%
GREEN value IS 78 (30.86% from 255) = 20.10%
BLUE value IS 61 (24.22% from 255) = 15.72%
R=64.18%
G=20.10%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.76
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249786100.690.760.025.439460.78
HexF94E3D0454C255e3d
Octal3711167501051142513675
Binary111110011001110111101010001011001100101011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94E3D; }

 p { color: rgb(249,78,61); }

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

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

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

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

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

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

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