Html Css Color HEX #F73C07 Orange Red

📋 copy color: '#F73C07'

red 247 ◦ green 60 ◦ blue 7

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

Shades of Orange Red #F73C07

Tints of Orange Red #F73C07

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.11%

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

R = 78.66%
G = 19.11%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#F73C07 (or 0xF73C07) is known color: Orange Red. HEX triplet: F7, 3C and 07. RGB value is (247,60,7). Sum of RGB (Red+Green+Blue) = 247+60+7=314 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.66% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 7 (3.12% from 255 or 2.23% from 314); Max value from RGB is 247 - color contains mainly: red. Hex color #F73C07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73C07 is #08C3F8. Grayscale: #6E6E6E. Windows color (decimal): -574457 or 474359. OLE color: 474359.

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

Color convert

RGB 247 60 7 -
CMYK 0 0.76 0.97 0.03
HSL 13.25º 0.94% 0.5% -
HSV(B) 13.25º 0.97% 0.97% -
XYZ 40.01 23.02 2.54 -
YUV 109.87 69.95 225.81 -
System Red Green Blue C M Y K H S L
Decimal 247 60 7 0 0.76 0.97 0.03 13.25 0.94 0.5
Hex F7 3C 7 0 4C 61 3 D 5E 32
Octal 367 74 7 0 114 141 3 15 136 62
Binary 11110111 111100 111 0 1001100 1100001 11 1101 1011110 110010

Color Harmonies of #F73C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73C07

Black with #F73C07

Text Example


Text Example

White with #F73C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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