Html Css Color HEX #F73C10 Orange Red

📋 copy color: '#F73C10'

red 247 ◦ green 60 ◦ blue 16

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

Shades of Orange Red #F73C10

Tints of Orange Red #F73C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.95%

R = 76.47%
G = 18.58%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F73C10 (or 0xF73C10) is known color: Orange Red. HEX triplet: F7, 3C and 10. RGB value is (247,60,16). Sum of RGB (Red+Green+Blue) = 247+60+16=323 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.47% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 247 - color contains mainly: red. Hex color #F73C10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73C10 is #08C3EF. Grayscale: #6F6F6F. Windows color (decimal): -574448 or 1064183. OLE color: 1064183.

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

Color convert

RGB 247 60 16 -
CMYK 0 0.76 0.94 0.03
HSL 11.43º 0.94% 0.52% -
HSV(B) 11.43º 0.94% 0.97% -
XYZ 40.07 23.04 2.83 -
YUV 110.9 74.45 225.08 -
System Red Green Blue C M Y K H S L
Decimal 247 60 16 0 0.76 0.94 0.03 11.43 0.94 0.52
Hex F7 3C 10 0 4C 5E 3 B 5E 34
Octal 367 74 20 0 114 136 3 13 136 64
Binary 11110111 111100 10000 0 1001100 1011110 11 1011 1011110 110100

Color Harmonies of #F73C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73C10

Black with #F73C10

Text Example


Text Example

White with #F73C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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