Html Css Color HEX #F73C0A Orange Red

📋 copy color: '#F73C0A'

red 247 ◦ green 60 ◦ blue 10

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

Shades of Orange Red #F73C0A

Tints of Orange Red #F73C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.15%

R = 77.92%
G = 18.93%
B = 3.15%

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

#F73C0A (or 0xF73C0A) is known color: Orange Red. HEX triplet: F7, 3C and 0A. RGB value is (247,60,10). Sum of RGB (Red+Green+Blue) = 247+60+10=317 (41% of max value = 765). Red value is 247 (96.88% from 255 or 77.92% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 10 (4.30% from 255 or 3.15% from 317); Max value from RGB is 247 - color contains mainly: red. Hex color #F73C0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73C0A is #08C3F5. Grayscale: #6E6E6E. Windows color (decimal): -574454 or 670967. OLE color: 670967.

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

Color convert

RGB 247 60 10 -
CMYK 0 0.76 0.96 0.03
HSL 12.66º 0.94% 0.5% -
HSV(B) 12.66º 0.96% 0.97% -
XYZ 40.03 23.03 2.62 -
YUV 110.21 71.45 225.57 -
System Red Green Blue C M Y K H S L
Decimal 247 60 10 0 0.76 0.96 0.03 12.66 0.94 0.5
Hex F7 3C A 0 4C 60 3 D 5E 32
Octal 367 74 12 0 114 140 3 15 136 62
Binary 11110111 111100 1010 0 1001100 1100000 11 1101 1011110 110010

Color Harmonies of #F73C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73C0A

Black with #F73C0A

Text Example


Text Example

White with #F73C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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