Html Css Color HEX #F73C01 Orange Red

📋 copy color: '#F73C01'

red 247 ◦ green 60 ◦ blue 1

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

Shades of Orange Red #F73C01

Tints of Orange Red #F73C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 80.19%
G = 19.48%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F73C01 (or 0xF73C01) is known color: Orange Red. HEX triplet: F7, 3C and 01. RGB value is (247,60,1). Sum of RGB (Red+Green+Blue) = 247+60+1=308 (40% of max value = 765). Red value is 247 (96.88% from 255 or 80.19% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 247 - color contains mainly: red. Hex color #F73C01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73C01 is #08C3FE. Grayscale: #6D6D6D. Windows color (decimal): -574463 or 81143. OLE color: 81143.

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

Color convert

RGB 247 60 1 -
CMYK 0 0.76 1.00 0.03
HSL 14.39º 0.99% 0.49% -
HSV(B) 14.39º 1% 0.97% -
XYZ 39.98 23.01 2.36 -
YUV 109.19 66.95 226.3 -
System Red Green Blue C M Y K H S L
Decimal 247 60 1 0 0.76 1.00 0.03 14.39 0.99 0.49
Hex F7 3C 1 0 4C 64 3 E 63 31
Octal 367 74 1 0 114 144 3 16 143 61
Binary 11110111 111100 1 0 1001100 1100100 11 1110 1100011 110001

Color Harmonies of #F73C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73C01

Black with #F73C01

Text Example


Text Example

White with #F73C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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