#F73E00

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

Shades of Orange Red #F73E00

Tints of Orange Red #F73E00

Color information

#F73E00 (or 0xF73E00) is unknown color: approx Orange Red. HEX triplet: F7, 3E and 00. RGB value is (247,62,0). Sum of RGB (Red+Green+Blue) = 247+62+0=309 (40% of max value = 765). Red value is 247 (96.88% from 255 or 79.94% from 309); Green value is 62 (24.61% from 255 or 20.06% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 247 - color contains mainly: red. Hex color #F73E00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73E00 is #08C1FF. Grayscale: #6E6E6E. Windows color (decimal): -573952 or 16119. OLE color: 16119.

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

Color convert

RGB247620-
CMYK00.7510.03
HSL15.06º100%48.43%-
HSV(B)15.06º100%96.86%-
XYZ40.0823.222.37-
YUV110.2565.79225.54-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 79.94%
GREEN value IS 62 (24.61% from 255) = 20.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=79.94%
G=20.06%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 1
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24762000.7510.0315.0610048.43
HexF73E004B643f6430
Octal367760011314431714460
Binary1111011111111000100101111001001111111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73E00; }

 p { color: rgb(247,62,0); }

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

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

 a { background-color: rgb(247,62,0); }

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

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

 span { border-color: rgb(247,62,0); }

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