Html Css Color HEX #F73F01 Orange Red

📋 copy color: '#F73F01'

red 247 ◦ green 63 ◦ blue 1

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

Shades of Orange Red #F73F01

Tints of Orange Red #F73F01

RGB

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

 GREEN value IS 63 (25% from 255) = 20.26%

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

R = 79.42%
G = 20.26%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F73F01 (or 0xF73F01) is known color: Orange Red. HEX triplet: F7, 3F and 01. RGB value is (247,63,1). Sum of RGB (Red+Green+Blue) = 247+63+1=311 (41% of max value = 765). Red value is 247 (96.88% from 255 or 79.42% from 311); Green value is 63 (25% from 255 or 20.26% from 311); Blue value is 1 (0.78% from 255 or 0.32% from 311); Max value from RGB is 247 - color contains mainly: red. Hex color #F73F01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73F01 is #08C0FE. Grayscale: #6F6F6F. Windows color (decimal): -573695 or 81911. OLE color: 81911.

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

Color convert

RGB 247 63 1 -
CMYK 0 0.74 1.00 0.03
HSL 15.12º 0.99% 0.49% -
HSV(B) 15.12º 1% 0.97% -
XYZ 40.14 23.33 2.42 -
YUV 110.95 65.96 225.04 -
System Red Green Blue C M Y K H S L
Decimal 247 63 1 0 0.74 1.00 0.03 15.12 0.99 0.49
Hex F7 3F 1 0 4A 64 3 F 63 31
Octal 367 77 1 0 112 144 3 17 143 61
Binary 11110111 111111 1 0 1001010 1100100 11 1111 1100011 110001

Color Harmonies of #F73F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73F01

Black with #F73F01

Text Example


Text Example

White with #F73F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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