#F55C30

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

Shades of Outrageous Orange #F55C30

Tints of Outrageous Orange #F55C30

Color information

#F55C30 (or 0xF55C30) is unknown color: approx Outrageous Orange. HEX triplet: F5, 5C and 30. RGB value is (245,92,48). Sum of RGB (Red+Green+Blue) = 245+92+48=385 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.64% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 48 (19.14% from 255 or 12.47% from 385); Max value from RGB is 245 - color contains mainly: red. Hex color #F55C30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55C30 is #0AA3CF. Grayscale: #858585. Windows color (decimal): -697296 or 3169525. OLE color: 3169525.

HSL color Cylindrical-coordinate representation of color #F55C30: hue angle of 13.4º 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 #F55C30 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB2459248-
CMYK00.620.800.04
HSL13.4º90.78%57.45%-
HSV(B)13.4º80.41%96.08%-
XYZ42.0227.285.85-
YUV132.7380.19208.08-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 63.64%
GREEN value IS 92 (36.33% from 255) = 23.90%
BLUE value IS 48 (19.14% from 255) = 12.47%
R=63.64%
G=23.90%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.80
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245924800.620.800.0413.490.7857.45
HexF55C3003E504d5b39
Octal3651346007612041513371
Binary1111010110111001100000111110101000010011011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55C30; }

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

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

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

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

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

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

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

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