Html Css Color HEX #F73C0C Orange Red

📋 copy color: '#F73C0C'

red 247 ◦ green 60 ◦ blue 12

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

Shades of Orange Red #F73C0C

Tints of Orange Red #F73C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.76%

R = 77.43%
G = 18.81%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F73C0C (or 0xF73C0C) is known color: Orange Red. HEX triplet: F7, 3C and 0C. RGB value is (247,60,12). Sum of RGB (Red+Green+Blue) = 247+60+12=319 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.43% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 247 - color contains mainly: red. Hex color #F73C0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73C0C is #08C3F3. Grayscale: #6E6E6E. Windows color (decimal): -574452 or 802039. OLE color: 802039.

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

Color convert

RGB 247 60 12 -
CMYK 0 0.76 0.95 0.03
HSL 12.26º 0.94% 0.51% -
HSV(B) 12.26º 0.95% 0.97% -
XYZ 40.04 23.03 2.68 -
YUV 110.44 72.45 225.4 -
System Red Green Blue C M Y K H S L
Decimal 247 60 12 0 0.76 0.95 0.03 12.26 0.94 0.51
Hex F7 3C C 0 4C 5F 3 C 5E 33
Octal 367 74 14 0 114 137 3 14 136 63
Binary 11110111 111100 1100 0 1001100 1011111 11 1100 1011110 110011

Color Harmonies of #F73C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73C0C

Black with #F73C0C

Text Example


Text Example

White with #F73C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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