Html Css Color HEX #F73C0E Orange Red

📋 copy color: '#F73C0E'

red 247 ◦ green 60 ◦ blue 14

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

Shades of Orange Red #F73C0E

Tints of Orange Red #F73C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.36%

R = 76.95%
G = 18.69%
B = 4.36%

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

#F73C0E (or 0xF73C0E) is known color: Orange Red. HEX triplet: F7, 3C and 0E. RGB value is (247,60,14). Sum of RGB (Red+Green+Blue) = 247+60+14=321 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.95% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 14 (5.86% from 255 or 4.36% from 321); Max value from RGB is 247 - color contains mainly: red. Hex color #F73C0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73C0E is #08C3F1. Grayscale: #6F6F6F. Windows color (decimal): -574450 or 933111. OLE color: 933111.

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

Color convert

RGB 247 60 14 -
CMYK 0 0.76 0.94 0.03
HSL 11.85º 0.94% 0.51% -
HSV(B) 11.85º 0.94% 0.97% -
XYZ 40.05 23.04 2.75 -
YUV 110.67 73.45 225.24 -
System Red Green Blue C M Y K H S L
Decimal 247 60 14 0 0.76 0.94 0.03 11.85 0.94 0.51
Hex F7 3C E 0 4C 5E 3 C 5E 33
Octal 367 74 16 0 114 136 3 14 136 63
Binary 11110111 111100 1110 0 1001100 1011110 11 1100 1011110 110011

Color Harmonies of #F73C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73C0E

Black with #F73C0E

Text Example


Text Example

White with #F73C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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