#F56131

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

Shades of Outrageous Orange #F56131

Tints of Outrageous Orange #F56131

Color information

#F56131 (or 0xF56131) is unknown color: approx Outrageous Orange. HEX triplet: F5, 61 and 31. RGB value is (245,97,49). Sum of RGB (Red+Green+Blue) = 245+97+49=391 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.66% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 49 (19.53% from 255 or 12.53% from 391); Max value from RGB is 245 - color contains mainly: red. Hex color #F56131 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56131 is #0A9ECE. Grayscale: #888888. Windows color (decimal): -696015 or 3236341. OLE color: 3236341.

HSL color Cylindrical-coordinate representation of color #F56131: hue angle of 14.69º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F56131 is Cyan = 0, Magento = 0.60, Yellow = 0.8 and Black (K on CMYK) = 0.04.

Color convert

RGB2459749-
CMYK00.600.80.04
HSL14.69º90.74%57.65%-
HSV(B)14.69º80%96.08%-
XYZ42.4928.186.11-
YUV135.7879.03205.9-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 62.66%
GREEN value IS 97 (38.28% from 255) = 24.81%
BLUE value IS 49 (19.53% from 255) = 12.53%
R=62.66%
G=24.81%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.8
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245974900.600.80.0414.6990.7457.65
HexF5613103C504f5b3a
Octal3651416107412041713372
Binary1111010111000011100010111100101000010011111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56131; }

 p { color: rgb(245,97,49); }

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

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

 a { background-color: rgb(245,97,49); }

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

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

 span { border-color: rgb(245,97,49); }

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