#F7390F

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

Shades of Orange Red #F7390F

Tints of Orange Red #F7390F

Color information

#F7390F (or 0xF7390F) is unknown color: approx Orange Red. HEX triplet: F7, 39 and 0F. RGB value is (247,57,15). Sum of RGB (Red+Green+Blue) = 247+57+15=319 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.43% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 247 - color contains mainly: red. Hex color #F7390F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F7390F is #08C6F0. Grayscale: #6D6D6D. Windows color (decimal): -575217 or 997879. OLE color: 997879.

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

Color convert

RGB2475715-
CMYK00.770.940.03
HSL10.86º93.55%51.37%-
HSV(B)10.86º93.93%96.86%-
XYZ39.9122.732.74-
YUV109.0274.95226.42-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 77.43%
GREEN value IS 57 (22.66% from 255) = 17.87%
BLUE value IS 15 (6.25% from 255) = 4.70%
R=77.43%
G=17.87%
B=4.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.94
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247571500.770.940.0310.8693.5551.37
HexF739F04D5E3b5e33
Octal3677117011513631313663
Binary1111011111100111110100110110111101110111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7390F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7390F; }

 p { color: rgb(247,57,15); }

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

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

 a { background-color: rgb(247,57,15); }

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

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

 span { border-color: rgb(247,57,15); }

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