Html Css Color HEX #F73C1D Red Orange

📋 copy color: '#F73C1D'

red 247 ◦ green 60 ◦ blue 29

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

Shades of Red Orange #F73C1D

Tints of Red Orange #F73C1D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.86%

 BLUE value IS 29 (11.72% from 255) = 8.63%

R = 73.51%
G = 17.86%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F73C1D (or 0xF73C1D) is known color: Red Orange. HEX triplet: F7, 3C and 1D. RGB value is (247,60,29). Sum of RGB (Red+Green+Blue) = 247+60+29=336 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.51% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 247 - color contains mainly: red. Hex color #F73C1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73C1D is #08C3E2. Grayscale: #707070. Windows color (decimal): -574435 or 1916151. OLE color: 1916151.

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

Color convert

RGB 247 60 29 -
CMYK 0 0.76 0.88 0.03
HSL 8.53º 0.93% 0.54% -
HSV(B) 8.53º 0.88% 0.97% -
XYZ 40.2 23.09 3.5 -
YUV 112.38 80.95 224.02 -
System Red Green Blue C M Y K H S L
Decimal 247 60 29 0 0.76 0.88 0.03 8.53 0.93 0.54
Hex F7 3C 1D 0 4C 58 3 9 5D 36
Octal 367 74 35 0 114 130 3 11 135 66
Binary 11110111 111100 11101 0 1001100 1011000 11 1001 1011101 110110

Color Harmonies of #F73C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73C1D

Black with #F73C1D

Text Example


Text Example

White with #F73C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73C1D; }

 p { color: rgb(247,60,29); }

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

background-color css

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

 a { background-color: rgb(247,60,29); }

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

border-color css

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

 span { border-color: rgb(247,60,29); }

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