Html Css Color HEX #F73D1B Red Orange

📋 copy color: '#F73D1B'

red 247 ◦ green 61 ◦ blue 27

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

Shades of Red Orange #F73D1B

Tints of Red Orange #F73D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.06%

R = 73.73%
G = 18.21%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F73D1B (or 0xF73D1B) is known color: Red Orange. HEX triplet: F7, 3D and 1B. RGB value is (247,61,27). Sum of RGB (Red+Green+Blue) = 247+61+27=335 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.73% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 247 - color contains mainly: red. Hex color #F73D1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73D1B is #08C2E4. Grayscale: #717171. Windows color (decimal): -574181 or 1785335. OLE color: 1785335.

HSL color Cylindrical-coordinate representation of color #F73D1B: hue angle of 9.27º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F73D1B is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 61 27 -
CMYK 0 0.75 0.89 0.03
HSL 9.27º 0.93% 0.54% -
HSV(B) 9.27º 0.89% 0.97% -
XYZ 40.22 23.19 3.39 -
YUV 112.74 79.62 223.76 -
System Red Green Blue C M Y K H S L
Decimal 247 61 27 0 0.75 0.89 0.03 9.27 0.93 0.54
Hex F7 3D 1B 0 4B 59 3 9 5D 36
Octal 367 75 33 0 113 131 3 11 135 66
Binary 11110111 111101 11011 0 1001011 1011001 11 1001 1011101 110110

Color Harmonies of #F73D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73D1B

Black with #F73D1B

Text Example


Text Example

White with #F73D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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