#f72b1e

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

Shades of Red Orange #F72B1E

Tints of Red Orange #F72B1E

Color information

#F72B1E (or 0xF72B1E) is unknown color: approx Red Orange. HEX triplet: F7, 2B and 1E. RGB value is (247,43,30). Sum of RGB (Red+Green+Blue) = 247+43+30=320 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.19% from 320); Green value is 43 (17.19% from 255 or 13.44% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 247 - color contains mainly: red. Hex color #F72B1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72B1E is #08D4E1. Grayscale: #666666. Windows color (decimal): -578786 or 1977335. OLE color: 1977335.

HSL color Cylindrical-coordinate representation of color #F72B1E: hue angle of 3.59º 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 #F72B1E is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB2474330-
CMYK00.830.880.03
HSL3.59º93.13%54.31%-
HSV(B)3.59º87.85%96.86%-
XYZ39.4621.63.32-
YUV102.5187.09231.06-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 77.19%
GREEN value IS 43 (17.19% from 255) = 13.44%
BLUE value IS 30 (12.11% from 255) = 9.38%
R=77.19%
G=13.44%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.88
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247433000.830.880.033.5993.1354.31
HexF72B1E05358345d36
Octal367533601231303413566
Binary1111011110101111110010100111011000111001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f72b1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f72b1e; }

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

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

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

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

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

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

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

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