#F45121

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

Shades of Outrageous Orange #F45121

Tints of Outrageous Orange #F45121

Color information

#F45121 (or 0xF45121) is unknown color: approx Outrageous Orange. HEX triplet: F4, 51 and 21. RGB value is (244,81,33). Sum of RGB (Red+Green+Blue) = 244+81+33=358 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.16% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 33 (13.28% from 255 or 9.22% from 358); Max value from RGB is 244 - color contains mainly: red. Hex color #F45121 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45121 is #0BAEDE. Grayscale: #7C7C7C. Windows color (decimal): -765663 or 2183668. OLE color: 2183668.

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

Color convert

RGB2448133-
CMYK00.670.860.04
HSL13.65º90.56%54.31%-
HSV(B)13.65º86.48%95.69%-
XYZ40.5325.234.17-
YUV124.2676.5213.4-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 68.16%
GREEN value IS 81 (32.03% from 255) = 22.63%
BLUE value IS 33 (13.28% from 255) = 9.22%
R=68.16%
G=22.63%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.86
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244813300.670.860.0413.6590.5654.31
HexF45121043564e5b36
Octal36412141010312641613366
Binary11110100101000110000101000011101011010011101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45121; }

 p { color: rgb(244,81,33); }

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

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

 a { background-color: rgb(244,81,33); }

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

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

 span { border-color: rgb(244,81,33); }

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