#F74319

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

Shades of Orange Red #F74319

Tints of Orange Red #F74319

Color information

#F74319 (or 0xF74319) is unknown color: approx Orange Red. HEX triplet: F7, 43 and 19. RGB value is (247,67,25). Sum of RGB (Red+Green+Blue) = 247+67+25=339 (44% of max value = 765). Red value is 247 (96.88% from 255 or 72.86% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 25 (10.16% from 255 or 7.37% from 339); Max value from RGB is 247 - color contains mainly: red. Hex color #F74319 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74319 is #08BCE6. Grayscale: #747474. Windows color (decimal): -572647 or 1655799. OLE color: 1655799.

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

Color convert

RGB2476725-
CMYK00.730.900.03
HSL11.35º93.28%53.33%-
HSV(B)11.35º89.88%96.86%-
XYZ40.5423.863.39-
YUV116.0376.63221.42-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 72.86%
GREEN value IS 67 (26.56% from 255) = 19.76%
BLUE value IS 25 (10.16% from 255) = 7.37%
R=72.86%
G=19.76%
B=7.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.90
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247672500.730.900.0311.3593.2853.33
HexF743190495A3b5d35
Octal36710331011113231313565
Binary111101111000011110010100100110110101110111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74319; }

 p { color: rgb(247,67,25); }

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

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

 a { background-color: rgb(247,67,25); }

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

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

 span { border-color: rgb(247,67,25); }

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