Html Css Color HEX #F73601 Orange Red

📋 copy color: '#F73601'

red 247 ◦ green 54 ◦ blue 1

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

Shades of Orange Red #F73601

Tints of Orange Red #F73601

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.88%

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

R = 81.79%
G = 17.88%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F73601 (or 0xF73601) is known color: Orange Red. HEX triplet: F7, 36 and 01. RGB value is (247,54,1). Sum of RGB (Red+Green+Blue) = 247+54+1=302 (40% of max value = 765). Red value is 247 (96.88% from 255 or 81.79% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 247 - color contains mainly: red. Hex color #F73601 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73601 is #08C9FE. Grayscale: #6A6A6A. Windows color (decimal): -575999 or 79607. OLE color: 79607.

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

Color convert

RGB 247 54 1 -
CMYK 0 0.78 1.00 0.03
HSL 12.93º 0.99% 0.49% -
HSV(B) 12.93º 1% 0.97% -
XYZ 39.68 22.41 2.26 -
YUV 105.67 68.94 228.81 -
System Red Green Blue C M Y K H S L
Decimal 247 54 1 0 0.78 1.00 0.03 12.93 0.99 0.49
Hex F7 36 1 0 4E 64 3 D 63 31
Octal 367 66 1 0 116 144 3 15 143 61
Binary 11110111 110110 1 0 1001110 1100100 11 1101 1100011 110001

Color Harmonies of #F73601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73601

Black with #F73601

Text Example


Text Example

White with #F73601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73601; }

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

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

background-color css

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

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

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

border-color css

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

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

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