#F45C31

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

Shades of Outrageous Orange #F45C31

Tints of Outrageous Orange #F45C31

Color information

#F45C31 (or 0xF45C31) is unknown color: approx Outrageous Orange. HEX triplet: F4, 5C and 31. RGB value is (244,92,49). Sum of RGB (Red+Green+Blue) = 244+92+49=385 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.38% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 49 (19.53% from 255 or 12.73% from 385); Max value from RGB is 244 - color contains mainly: red. Hex color #F45C31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45C31 is #0BA3CE. Grayscale: #848484. Windows color (decimal): -762831 or 3235060. OLE color: 3235060.

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

Color convert

RGB2449249-
CMYK00.620.800.04
HSL13.23º89.86%57.45%-
HSV(B)13.23º79.92%95.69%-
XYZ41.6927.115.94-
YUV132.5580.86207.5-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 63.38%
GREEN value IS 92 (36.33% from 255) = 23.90%
BLUE value IS 49 (19.53% from 255) = 12.73%
R=63.38%
G=23.90%
B=12.73%

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
Decimal244924900.620.800.0413.2389.8657.45
HexF45C3103E504d5a39
Octal3641346107612041513271
Binary1111010010111001100010111110101000010011011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45C31; }

 p { color: rgb(244,92,49); }

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

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

 a { background-color: rgb(244,92,49); }

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

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

 span { border-color: rgb(244,92,49); }

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