Html Css Color HEX #F73A11 Orange Red

📋 copy color: '#F73A11'

red 247 ◦ green 58 ◦ blue 17

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

Shades of Orange Red #F73A11

Tints of Orange Red #F73A11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.28%

R = 76.71%
G = 18.01%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F73A11 (or 0xF73A11) is known color: Orange Red. HEX triplet: F7, 3A and 11. RGB value is (247,58,17). Sum of RGB (Red+Green+Blue) = 247+58+17=322 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.71% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 17 (7.03% from 255 or 5.28% from 322); Max value from RGB is 247 - color contains mainly: red. Hex color #F73A11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73A11 is #08C5EE. Grayscale: #6E6E6E. Windows color (decimal): -574959 or 1129207. OLE color: 1129207.

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

Color convert

RGB 247 58 17 -
CMYK 0 0.77 0.93 0.03
HSL 10.7º 0.93% 0.52% -
HSV(B) 10.7º 0.93% 0.97% -
XYZ 39.97 22.84 2.83 -
YUV 109.84 75.62 225.83 -
System Red Green Blue C M Y K H S L
Decimal 247 58 17 0 0.77 0.93 0.03 10.7 0.93 0.52
Hex F7 3A 11 0 4D 5D 3 B 5D 34
Octal 367 72 21 0 115 135 3 13 135 64
Binary 11110111 111010 10001 0 1001101 1011101 11 1011 1011101 110100

Color Harmonies of #F73A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73A11

Black with #F73A11

Text Example


Text Example

White with #F73A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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