Html Css Color HEX #F73C0F Orange Red

📋 copy color: '#F73C0F'

red 247 ◦ green 60 ◦ blue 15

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

Shades of Orange Red #F73C0F

Tints of Orange Red #F73C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.66%

R = 76.71%
G = 18.63%
B = 4.66%

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

#F73C0F (or 0xF73C0F) is known color: Orange Red. HEX triplet: F7, 3C and 0F. RGB value is (247,60,15). Sum of RGB (Red+Green+Blue) = 247+60+15=322 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.71% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 15 (6.25% from 255 or 4.66% from 322); Max value from RGB is 247 - color contains mainly: red. Hex color #F73C0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73C0F is #08C3F0. Grayscale: #6F6F6F. Windows color (decimal): -574449 or 998647. OLE color: 998647.

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

Color convert

RGB 247 60 15 -
CMYK 0 0.76 0.94 0.03
HSL 11.64º 0.94% 0.51% -
HSV(B) 11.64º 0.94% 0.97% -
XYZ 40.06 23.04 2.79 -
YUV 110.78 73.95 225.16 -
System Red Green Blue C M Y K H S L
Decimal 247 60 15 0 0.76 0.94 0.03 11.64 0.94 0.51
Hex F7 3C F 0 4C 5E 3 C 5E 33
Octal 367 74 17 0 114 136 3 14 136 63
Binary 11110111 111100 1111 0 1001100 1011110 11 1100 1011110 110011

Color Harmonies of #F73C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73C0F

Black with #F73C0F

Text Example


Text Example

White with #F73C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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