#F14913

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

Shades of Orange Red #F14913

Tints of Orange Red #F14913

Color information

#F14913 (or 0xF14913) is unknown color: approx Orange Red. HEX triplet: F1, 49 and 13. RGB value is (241,73,19). Sum of RGB (Red+Green+Blue) = 241+73+19=333 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.37% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 241 - color contains mainly: red. Hex color #F14913 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14913 is #0EB6EC. Grayscale: #757575. Windows color (decimal): -964333 or 1264113. OLE color: 1264113.

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

Color convert

RGB2417319-
CMYK00.700.920.05
HSL14.59º88.8%50.98%-
HSV(B)14.59º92.12%94.51%-
XYZ38.7823.513.11-
YUV117.0872.66216.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 72.37%
GREEN value IS 73 (28.91% from 255) = 21.92%
BLUE value IS 19 (7.81% from 255) = 5.71%
R=72.37%
G=21.92%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.92
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241731900.700.920.0514.5988.850.98
HexF149130465C5f5933
Octal36111123010613451713163
Binary1111000110010011001101000110101110010111111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14913; }

 p { color: rgb(241,73,19); }

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

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

 a { background-color: rgb(241,73,19); }

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

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

 span { border-color: rgb(241,73,19); }

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