#F5583A

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

Shades of Outrageous Orange #F5583A

Tints of Outrageous Orange #F5583A

Color information

#F5583A (or 0xF5583A) is unknown color: approx Outrageous Orange. HEX triplet: F5, 58 and 3A. RGB value is (245,88,58). Sum of RGB (Red+Green+Blue) = 245+88+58=391 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.66% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 58 (23.05% from 255 or 14.83% from 391); Max value from RGB is 245 - color contains mainly: red. Hex color #F5583A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5583A is #0AA7C5. Grayscale: #838383. Windows color (decimal): -698310 or 3823861. OLE color: 3823861.

HSL color Cylindrical-coordinate representation of color #F5583A: hue angle of 9.63º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F5583A is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB2458858-
CMYK00.640.760.04
HSL9.63º90.34%59.41%-
HSV(B)9.63º76.33%96.08%-
XYZ41.9126.76.95-
YUV131.5286.51208.94-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 62.66%
GREEN value IS 88 (34.77% from 255) = 22.51%
BLUE value IS 58 (23.05% from 255) = 14.83%
R=62.66%
G=22.51%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245885800.640.760.049.6390.3459.41
HexF5583A0404C4a5a3b
Octal36513072010011441213273
Binary11110101101100011101001000000100110010010101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5583A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5583A; }

 p { color: rgb(245,88,58); }

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

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

 a { background-color: rgb(245,88,58); }

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

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

 span { border-color: rgb(245,88,58); }

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