#F74507

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

Shades of Orange Red #F74507

Tints of Orange Red #F74507

Color information

#F74507 (or 0xF74507) is unknown color: approx Orange Red. HEX triplet: F7, 45 and 07. RGB value is (247,69,7). Sum of RGB (Red+Green+Blue) = 247+69+7=323 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.47% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 7 (3.12% from 255 or 2.17% from 323); Max value from RGB is 247 - color contains mainly: red. Hex color #F74507 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74507 is #08BAF8. Grayscale: #737373. Windows color (decimal): -572153 or 476663. OLE color: 476663.

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

Color convert

RGB247697-
CMYK00.720.970.03
HSL15.5º94.49%49.8%-
HSV(B)15.5º97.17%96.86%-
XYZ40.5224.052.71-
YUV115.1566.97222.04-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 76.47%
GREEN value IS 69 (27.34% from 255) = 21.36%
BLUE value IS 7 (3.12% from 255) = 2.17%
R=76.47%
G=21.36%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.97
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24769700.720.970.0315.594.4949.8
HexF7457048613105e32
Octal3671057011014132013662
Binary11110111100010111101001000110000111100001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74507; }

 p { color: rgb(247,69,7); }

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

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

 a { background-color: rgb(247,69,7); }

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

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

 span { border-color: rgb(247,69,7); }

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