#f73b00

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

Shades of Orange Red #F73B00

Tints of Orange Red #F73B00

Color information

#F73B00 (or 0xF73B00) is unknown color: approx Orange Red. HEX triplet: F7, 3B and 00. RGB value is (247,59,0). Sum of RGB (Red+Green+Blue) = 247+59+0=306 (40% of max value = 765). Red value is 247 (96.88% from 255 or 80.72% from 306); Green value is 59 (23.44% from 255 or 19.28% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 247 - color contains mainly: red. Hex color #F73B00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73B00 is #08C4FF. Grayscale: #6C6C6C. Windows color (decimal): -574720 or 15351. OLE color: 15351.

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

Color convert

RGB247590-
CMYK00.7610.03
HSL14.33º100%48.43%-
HSV(B)14.33º100%96.86%-
XYZ39.9222.92.32-
YUV108.4966.78226.8-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 80.72%
GREEN value IS 59 (23.44% from 255) = 19.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.72%
G=19.28%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 1
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24759000.7610.0314.3310048.43
HexF73B004C643e6430
Octal367730011414431614460
Binary1111011111101100100110011001001111101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f73b00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f73b00; }

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

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

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

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

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

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

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

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