Html Css Color HEX #F73D01 Orange Red

📋 copy color: '#F73D01'

red 247 ◦ green 61 ◦ blue 1

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

Shades of Orange Red #F73D01

Tints of Orange Red #F73D01

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.74%

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

R = 79.94%
G = 19.74%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F73D01 (or 0xF73D01) is known color: Orange Red. HEX triplet: F7, 3D and 01. RGB value is (247,61,1). Sum of RGB (Red+Green+Blue) = 247+61+1=309 (40% of max value = 765). Red value is 247 (96.88% from 255 or 79.94% from 309); Green value is 61 (24.22% from 255 or 19.74% from 309); Blue value is 1 (0.78% from 255 or 0.32% from 309); Max value from RGB is 247 - color contains mainly: red. Hex color #F73D01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73D01 is #08C2FE. Grayscale: #6E6E6E. Windows color (decimal): -574207 or 81399. OLE color: 81399.

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

Color convert

RGB 247 61 1 -
CMYK 0 0.75 1.00 0.03
HSL 14.63º 0.99% 0.49% -
HSV(B) 14.63º 1% 0.97% -
XYZ 40.03 23.11 2.38 -
YUV 109.77 66.62 225.88 -
System Red Green Blue C M Y K H S L
Decimal 247 61 1 0 0.75 1.00 0.03 14.63 0.99 0.49
Hex F7 3D 1 0 4B 64 3 F 63 31
Octal 367 75 1 0 113 144 3 17 143 61
Binary 11110111 111101 1 0 1001011 1100100 11 1111 1100011 110001

Color Harmonies of #F73D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73D01

Black with #F73D01

Text Example


Text Example

White with #F73D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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