#F72E1E

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

Shades of Red Orange #F72E1E

Tints of Red Orange #F72E1E

Color information

#F72E1E (or 0xF72E1E) is unknown color: approx Red Orange. HEX triplet: F7, 2E and 1E. RGB value is (247,46,30). Sum of RGB (Red+Green+Blue) = 247+46+30=323 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.47% from 323); Green value is 46 (18.36% from 255 or 14.24% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 247 - color contains mainly: red. Hex color #F72E1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72E1E is #08D1E1. Grayscale: #686868. Windows color (decimal): -578018 or 1978103. OLE color: 1978103.

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

Color convert

RGB2474630-
CMYK00.810.880.03
HSL4.42º93.13%54.31%-
HSV(B)4.42º87.85%96.86%-
XYZ39.5721.823.35-
YUV104.2886.09229.8-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 76.47%
GREEN value IS 46 (18.36% from 255) = 14.24%
BLUE value IS 30 (12.11% from 255) = 9.29%
R=76.47%
G=14.24%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.88
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247463000.810.880.034.4293.1354.31
HexF72E1E05158345d36
Octal367563601211303413566
Binary1111011110111011110010100011011000111001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F72E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F72E1E; }

 p { color: rgb(247,46,30); }

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

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

 a { background-color: rgb(247,46,30); }

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

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

 span { border-color: rgb(247,46,30); }

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