Html Css Color HEX #F73029 Red Orange

📋 copy color: '#F73029'

red 247 ◦ green 48 ◦ blue 41

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

Shades of Red Orange #F73029

Tints of Red Orange #F73029

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.29%

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

R = 73.51%
G = 14.29%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F73029 (or 0xF73029) is known color: Red Orange. HEX triplet: F7, 30 and 29. RGB value is (247,48,41). Sum of RGB (Red+Green+Blue) = 247+48+41=336 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.51% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 41 (16.41% from 255 or 12.20% from 336); Max value from RGB is 247 - color contains mainly: red. Hex color #F73029 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73029 is #08CFD6. Grayscale: #6A6A6A. Windows color (decimal): -577495 or 2699511. OLE color: 2699511.

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

Color convert

RGB 247 48 41 -
CMYK 0 0.81 0.83 0.03
HSL 2.04º 0.93% 0.56% -
HSV(B) 2.04º 0.83% 0.97% -
XYZ 39.81 22.05 4.26 -
YUV 106.7 90.93 228.07 -
System Red Green Blue C M Y K H S L
Decimal 247 48 41 0 0.81 0.83 0.03 2.04 0.93 0.56
Hex F7 30 29 0 51 53 3 2 5D 38
Octal 367 60 51 0 121 123 3 2 135 70
Binary 11110111 110000 101001 0 1010001 1010011 11 10 1011101 111000

Color Harmonies of #F73029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73029

Black with #F73029

Text Example


Text Example

White with #F73029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73029; }

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

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

background-color css

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

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

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

border-color css

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

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

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