#F55930

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

Shades of Outrageous Orange #F55930

Tints of Outrageous Orange #F55930

Color information

#F55930 (or 0xF55930) is unknown color: approx Outrageous Orange. HEX triplet: F5, 59 and 30. RGB value is (245,89,48). Sum of RGB (Red+Green+Blue) = 245+89+48=382 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.14% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 48 (19.14% from 255 or 12.57% from 382); Max value from RGB is 245 - color contains mainly: red. Hex color #F55930 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55930 is #0AA6CF. Grayscale: #838383. Windows color (decimal): -698064 or 3168757. OLE color: 3168757.

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

Color convert

RGB2458948-
CMYK00.640.800.04
HSL12.49º90.78%57.45%-
HSV(B)12.49º80.41%96.08%-
XYZ41.7626.775.76-
YUV130.9781.18209.33-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 64.14%
GREEN value IS 89 (35.16% from 255) = 23.30%
BLUE value IS 48 (19.14% from 255) = 12.57%
R=64.14%
G=23.30%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.80
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245894800.640.800.0412.4990.7857.45
HexF55930040504c5b39
Octal36513160010012041413371
Binary11110101101100111000001000000101000010011001011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55930; }

 p { color: rgb(245,89,48); }

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

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

 a { background-color: rgb(245,89,48); }

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

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

 span { border-color: rgb(245,89,48); }

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