Html Css Color HEX #F73501 Orange Red

📋 copy color: '#F73501'

red 247 ◦ green 53 ◦ blue 1

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

Shades of Orange Red #F73501

Tints of Orange Red #F73501

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.61%

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

R = 82.06%
G = 17.61%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F73501 (or 0xF73501) is known color: Orange Red. HEX triplet: F7, 35 and 01. RGB value is (247,53,1). Sum of RGB (Red+Green+Blue) = 247+53+1=301 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.06% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 247 - color contains mainly: red. Hex color #F73501 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73501 is #08CAFE. Grayscale: #696969. Windows color (decimal): -576255 or 79351. OLE color: 79351.

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

Color convert

RGB 247 53 1 -
CMYK 0 0.79 1.00 0.03
HSL 12.68º 0.99% 0.49% -
HSV(B) 12.68º 1% 0.97% -
XYZ 39.64 22.32 2.25 -
YUV 105.08 69.27 229.23 -
System Red Green Blue C M Y K H S L
Decimal 247 53 1 0 0.79 1.00 0.03 12.68 0.99 0.49
Hex F7 35 1 0 4F 64 3 D 63 31
Octal 367 65 1 0 117 144 3 15 143 61
Binary 11110111 110101 1 0 1001111 1100100 11 1101 1100011 110001

Color Harmonies of #F73501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73501

Black with #F73501

Text Example


Text Example

White with #F73501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73501; }

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

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

background-color css

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

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

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

border-color css

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

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

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