Html Css Color HEX #F73F18 Orange Red

📋 copy color: '#F73F18'

red 247 ◦ green 63 ◦ blue 24

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

Shades of Orange Red #F73F18

Tints of Orange Red #F73F18

RGB

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

 GREEN value IS 63 (25% from 255) = 18.86%

 BLUE value IS 24 (9.77% from 255) = 7.19%

R = 73.95%
G = 18.86%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F73F18 (or 0xF73F18) is known color: Orange Red. HEX triplet: F7, 3F and 18. RGB value is (247,63,24). Sum of RGB (Red+Green+Blue) = 247+63+24=334 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.95% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 24 (9.77% from 255 or 7.19% from 334); Max value from RGB is 247 - color contains mainly: red. Hex color #F73F18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73F18 is #08C0E7. Grayscale: #717171. Windows color (decimal): -573672 or 1589239. OLE color: 1589239.

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

Color convert

RGB 247 63 24 -
CMYK 0 0.74 0.90 0.03
HSL 10.49º 0.93% 0.53% -
HSV(B) 10.49º 0.9% 0.97% -
XYZ 40.3 23.4 3.26 -
YUV 113.57 77.46 223.17 -
System Red Green Blue C M Y K H S L
Decimal 247 63 24 0 0.74 0.90 0.03 10.49 0.93 0.53
Hex F7 3F 18 0 4A 5A 3 A 5D 35
Octal 367 77 30 0 112 132 3 12 135 65
Binary 11110111 111111 11000 0 1001010 1011010 11 1010 1011101 110101

Color Harmonies of #F73F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73F18

Black with #F73F18

Text Example


Text Example

White with #F73F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73F18; }

 p { color: rgb(247,63,24); }

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

background-color css

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

 a { background-color: rgb(247,63,24); }

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

border-color css

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

 span { border-color: rgb(247,63,24); }

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