#F94F35

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

Shades of Sunset Orange #F94F35

Tints of Sunset Orange #F94F35

Color information

#F94F35 (or 0xF94F35) is unknown color: approx Sunset Orange. HEX triplet: F9, 4F and 35. RGB value is (249,79,53). Sum of RGB (Red+Green+Blue) = 249+79+53=381 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.35% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 53 (21.09% from 255 or 13.91% from 381); Max value from RGB is 249 - color contains mainly: red. Hex color #F94F35 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F94F35 is #06B0CA. Grayscale: #7F7F7F. Windows color (decimal): -438475 or 3493881. OLE color: 3493881.

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

Color convert

RGB2497953-
CMYK00.680.790.02
HSL7.96º94.23%59.22%-
HSV(B)7.96º78.71%97.65%-
XYZ42.5125.996.14-
YUV126.8786.32215.11-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 65.35%
GREEN value IS 79 (31.25% from 255) = 20.73%
BLUE value IS 53 (21.09% from 255) = 13.91%
R=65.35%
G=20.73%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249795300.680.790.027.9694.2359.22
HexF94F350444F285e3b
Octal37111765010411721013673
Binary1111100110011111101010100010010011111010001011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94F35; }

 p { color: rgb(249,79,53); }

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

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

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

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

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

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

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