#F45D31

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

Shades of Outrageous Orange #F45D31

Tints of Outrageous Orange #F45D31

Color information

#F45D31 (or 0xF45D31) is unknown color: approx Outrageous Orange. HEX triplet: F4, 5D and 31. RGB value is (244,93,49). Sum of RGB (Red+Green+Blue) = 244+93+49=386 (51% of max value = 765). Red value is 244 (95.70% from 255 or 63.21% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 49 (19.53% from 255 or 12.69% from 386); Max value from RGB is 244 - color contains mainly: red. Hex color #F45D31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45D31 is #0BA2CE. Grayscale: #858585. Windows color (decimal): -762575 or 3235316. OLE color: 3235316.

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

Color convert

RGB2449349-
CMYK00.620.800.04
HSL13.54º89.86%57.45%-
HSV(B)13.54º79.92%95.69%-
XYZ41.7827.285.97-
YUV133.1380.53207.08-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 63.21%
GREEN value IS 93 (36.72% from 255) = 24.09%
BLUE value IS 49 (19.53% from 255) = 12.69%
R=63.21%
G=24.09%
B=12.69%

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
Decimal244934900.620.800.0413.5489.8657.45
HexF45D3103E504e5a39
Octal3641356107612041613271
Binary1111010010111011100010111110101000010011101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45D31; }

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

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

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

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

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

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

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

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