#F55535

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

Shades of Outrageous Orange #F55535

Tints of Outrageous Orange #F55535

Color information

#F55535 (or 0xF55535) is unknown color: approx Outrageous Orange. HEX triplet: F5, 55 and 35. RGB value is (245,85,53). Sum of RGB (Red+Green+Blue) = 245+85+53=383 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.97% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 53 (21.09% from 255 or 13.84% from 383); Max value from RGB is 245 - color contains mainly: red. Hex color #F55535 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55535 is #0AAACA. Grayscale: #818181. Windows color (decimal): -699083 or 3495413. OLE color: 3495413.

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

Color convert

RGB2458553-
CMYK00.650.780.04
HSL10º90.57%58.43%-
HSV(B)10º78.37%96.08%-
XYZ41.5526.176.23-
YUV129.1985.01210.6-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 63.97%
GREEN value IS 85 (33.59% from 255) = 22.19%
BLUE value IS 53 (21.09% from 255) = 13.84%
R=63.97%
G=22.19%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.78
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245855300.650.780.041090.5758.43
HexF555350414E4a5b3a
Octal36512565010111641213372
Binary11110101101010111010101000001100111010010101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55535; }

 p { color: rgb(245,85,53); }

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

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

 a { background-color: rgb(245,85,53); }

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

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

 span { border-color: rgb(245,85,53); }

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