Html Css Color HEX #F73A00 Orange Red

📋 copy color: '#F73A00'

red 247 ◦ green 58 ◦ blue 0

#F73A00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Red #F73A00

Tints of Orange Red #F73A00

RGB

 RED value IS 247 (96.88% from 255) = 80.98%

 GREEN value IS 58 (23.05% from 255) = 19.02%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.98%
G = 19.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F73A00 (or 0xF73A00) is known color: Orange Red. HEX triplet: F7, 3A and 00. RGB value is (247,58,0). Sum of RGB (Red+Green+Blue) = 247+58+0=305 (40% of max value = 765). Red value is 247 (96.88% from 255 or 80.98% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 247 - color contains mainly: red. Hex color #F73A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73A00 is #08C5FF. Grayscale: #6C6C6C. Windows color (decimal): -574976 or 15095. OLE color: 15095.

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

Color convert

RGB 247 58 0 -
CMYK 0 0.77 1 0.03
HSL 14.09º 1% 0.48% -
HSV(B) 14.09º 1% 0.97% -
XYZ 39.87 22.8 2.3 -
YUV 107.9 67.12 227.22 -
System Red Green Blue C M Y K H S L
Decimal 247 58 0 0 0.77 1 0.03 14.09 1 0.48
Hex F7 3A 0 0 4D 64 3 E 64 30
Octal 367 72 0 0 115 144 3 16 144 60
Binary 11110111 111010 0 0 1001101 1100100 11 1110 1100100 110000

Color Harmonies of #F73A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73A00

Black with #F73A00

Text Example


Text Example

White with #F73A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73A00; }

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

 H1.HeaderClassName
 {
   color: #F73A00;
 }
 .AnyTagClassName
 {
   color: #F73A00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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