#F14016

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

Shades of Orange Red #F14016

Tints of Orange Red #F14016

Color information

#F14016 (or 0xF14016) is unknown color: approx Orange Red. HEX triplet: F1, 40 and 16. RGB value is (241,64,22). Sum of RGB (Red+Green+Blue) = 241+64+22=327 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.70% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 241 - color contains mainly: red. Hex color #F14016 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14016 is #0EBFE9. Grayscale: #707070. Windows color (decimal): -966634 or 1458417. OLE color: 1458417.

HSL color Cylindrical-coordinate representation of color #F14016: hue angle of 11.51º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F14016 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB2416422-
CMYK00.730.910.05
HSL11.51º88.66%51.57%-
HSV(B)11.51º90.87%94.51%-
XYZ38.2522.433.07-
YUV112.1477.14219.92-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 73.70%
GREEN value IS 64 (25.39% from 255) = 19.57%
BLUE value IS 22 (8.98% from 255) = 6.73%
R=73.70%
G=19.57%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241642200.730.910.0511.5188.6651.57
HexF140160495B5c5934
Octal36110026011113351413164
Binary1111000110000001011001001001101101110111001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14016; }

 p { color: rgb(241,64,22); }

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

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

 a { background-color: rgb(241,64,22); }

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

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

 span { border-color: rgb(241,64,22); }

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