Html Css Color HEX #F73129 Red Orange

📋 copy color: '#F73129'

red 247 ◦ green 49 ◦ blue 41

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

Shades of Red Orange #F73129

Tints of Red Orange #F73129

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.54%

 BLUE value IS 41 (16.41% from 255) = 12.17%

R = 73.29%
G = 14.54%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F73129 (or 0xF73129) is known color: Red Orange. HEX triplet: F7, 31 and 29. RGB value is (247,49,41). Sum of RGB (Red+Green+Blue) = 247+49+41=337 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.29% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 41 (16.41% from 255 or 12.17% from 337); Max value from RGB is 247 - color contains mainly: red. Hex color #F73129 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73129 is #08CED6. Grayscale: #6B6B6B. Windows color (decimal): -577239 or 2699767. OLE color: 2699767.

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

Color convert

RGB 247 49 41 -
CMYK 0 0.80 0.83 0.03
HSL 2.33º 0.93% 0.56% -
HSV(B) 2.33º 0.83% 0.97% -
XYZ 39.86 22.13 4.27 -
YUV 107.29 90.6 227.65 -
System Red Green Blue C M Y K H S L
Decimal 247 49 41 0 0.80 0.83 0.03 2.33 0.93 0.56
Hex F7 31 29 0 50 53 3 2 5D 38
Octal 367 61 51 0 120 123 3 2 135 70
Binary 11110111 110001 101001 0 1010000 1010011 11 10 1011101 111000

Color Harmonies of #F73129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73129

Black with #F73129

Text Example


Text Example

White with #F73129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73129; }

 p { color: rgb(247,49,41); }

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

background-color css

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

 a { background-color: rgb(247,49,41); }

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

border-color css

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

 span { border-color: rgb(247,49,41); }

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