Html Css Color HEX #F73F07 Orange Red

📋 copy color: '#F73F07'

red 247 ◦ green 63 ◦ blue 7

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

Shades of Orange Red #F73F07

Tints of Orange Red #F73F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.21%

R = 77.92%
G = 19.87%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#F73F07 (or 0xF73F07) is known color: Orange Red. HEX triplet: F7, 3F and 07. RGB value is (247,63,7). Sum of RGB (Red+Green+Blue) = 247+63+7=317 (41% of max value = 765). Red value is 247 (96.88% from 255 or 77.92% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 7 (3.12% from 255 or 2.21% from 317); Max value from RGB is 247 - color contains mainly: red. Hex color #F73F07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73F07 is #08C0F8. Grayscale: #707070. Windows color (decimal): -573689 or 475127. OLE color: 475127.

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

Color convert

RGB 247 63 7 -
CMYK 0 0.74 0.97 0.03
HSL 14º 0.94% 0.5% -
HSV(B) 14º 0.97% 0.97% -
XYZ 40.17 23.34 2.59 -
YUV 111.63 68.96 224.55 -
System Red Green Blue C M Y K H S L
Decimal 247 63 7 0 0.74 0.97 0.03 14 0.94 0.5
Hex F7 3F 7 0 4A 61 3 E 5E 32
Octal 367 77 7 0 112 141 3 16 136 62
Binary 11110111 111111 111 0 1001010 1100001 11 1110 1011110 110010

Color Harmonies of #F73F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73F07

Black with #F73F07

Text Example


Text Example

White with #F73F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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