Html Css Color HEX #F73C09 Orange Red

📋 copy color: '#F73C09'

red 247 ◦ green 60 ◦ blue 9

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

Shades of Orange Red #F73C09

Tints of Orange Red #F73C09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.85%

R = 78.16%
G = 18.99%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F73C09 (or 0xF73C09) is known color: Orange Red. HEX triplet: F7, 3C and 09. RGB value is (247,60,9). Sum of RGB (Red+Green+Blue) = 247+60+9=316 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.16% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 9 (3.91% from 255 or 2.85% from 316); Max value from RGB is 247 - color contains mainly: red. Hex color #F73C09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73C09 is #08C3F6. Grayscale: #6E6E6E. Windows color (decimal): -574455 or 605431. OLE color: 605431.

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

Color convert

RGB 247 60 9 -
CMYK 0 0.76 0.96 0.03
HSL 12.86º 0.94% 0.5% -
HSV(B) 12.86º 0.96% 0.97% -
XYZ 40.02 23.03 2.59 -
YUV 110.1 70.95 225.65 -
System Red Green Blue C M Y K H S L
Decimal 247 60 9 0 0.76 0.96 0.03 12.86 0.94 0.5
Hex F7 3C 9 0 4C 60 3 D 5E 32
Octal 367 74 11 0 114 140 3 15 136 62
Binary 11110111 111100 1001 0 1001100 1100000 11 1101 1011110 110010

Color Harmonies of #F73C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73C09

Black with #F73C09

Text Example


Text Example

White with #F73C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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