#F74616

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

Shades of Orange Red #F74616

Tints of Orange Red #F74616

Color information

#F74616 (or 0xF74616) is unknown color: approx Orange Red. HEX triplet: F7, 46 and 16. RGB value is (247,70,22). Sum of RGB (Red+Green+Blue) = 247+70+22=339 (44% of max value = 765). Red value is 247 (96.88% from 255 or 72.86% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 247 - color contains mainly: red. Hex color #F74616 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74616 is #08B9E9. Grayscale: #757575. Windows color (decimal): -571882 or 1459959. OLE color: 1459959.

HSL color Cylindrical-coordinate representation of color #F74616: hue angle of 12.8º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F74616 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB2477022-
CMYK00.720.910.03
HSL12.8º93.36%52.75%-
HSV(B)12.8º91.09%96.86%-
XYZ40.6924.213.29-
YUV117.4574.14220.4-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 72.86%
GREEN value IS 70 (27.73% from 255) = 20.65%
BLUE value IS 22 (8.98% from 255) = 6.49%
R=72.86%
G=20.65%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.91
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247702200.720.910.0312.893.3652.75
HexF746160485B3d5d35
Octal36710626011013331513565
Binary111101111000110101100100100010110111111011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74616; }

 p { color: rgb(247,70,22); }

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

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

 a { background-color: rgb(247,70,22); }

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

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

 span { border-color: rgb(247,70,22); }

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