#f55434

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

Shades of Outrageous Orange #F55434

Tints of Outrageous Orange #F55434

Color information

#F55434 (or 0xF55434) is unknown color: approx Outrageous Orange. HEX triplet: F5, 54 and 34. RGB value is (245,84,52). Sum of RGB (Red+Green+Blue) = 245+84+52=381 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.30% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 52 (20.70% from 255 or 13.65% from 381); Max value from RGB is 245 - color contains mainly: red. Hex color #F55434 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55434 is #0AABCB. Grayscale: #808080. Windows color (decimal): -699340 or 3429621. OLE color: 3429621.

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

Color convert

RGB2458452-
CMYK00.660.790.04
HSL9.95º90.61%58.24%-
HSV(B)9.95º78.78%96.08%-
XYZ41.45266.08-
YUV128.4984.84211.1-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 64.30%
GREEN value IS 84 (33.20% from 255) = 22.05%
BLUE value IS 52 (20.70% from 255) = 13.65%
R=64.30%
G=22.05%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.79
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245845200.660.790.049.9590.6158.24
HexF554340424F4a5b3a
Octal36512464010211741213372
Binary11110101101010011010001000010100111110010101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f55434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f55434; }

 p { color: rgb(245,84,52); }

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

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

 a { background-color: rgb(245,84,52); }

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

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

 span { border-color: rgb(245,84,52); }

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