Html Css Color HEX #F73130 Red Orange

📋 copy color: '#F73130'

red 247 ◦ green 49 ◦ blue 48

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

Shades of Red Orange #F73130

Tints of Red Orange #F73130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.95%

R = 71.8%
G = 14.24%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F73130 (or 0xF73130) is known color: Red Orange. HEX triplet: F7, 31 and 30. RGB value is (247,49,48). Sum of RGB (Red+Green+Blue) = 247+49+48=344 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.80% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 48 (19.14% from 255 or 13.95% from 344); Max value from RGB is 247 - color contains mainly: red. Hex color #F73130 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73130 is #08CECF. Grayscale: #6C6C6C. Windows color (decimal): -577232 or 3158519. OLE color: 3158519.

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

Color convert

RGB 247 49 48 -
CMYK 0 0.80 0.81 0.03
HSL 0.3º 0.93% 0.58% -
HSV(B) 0.3º 0.81% 0.97% -
XYZ 39.99 22.18 4.97 -
YUV 108.09 94.1 227.08 -
System Red Green Blue C M Y K H S L
Decimal 247 49 48 0 0.80 0.81 0.03 0.3 0.93 0.58
Hex F7 31 30 0 50 51 3 0 5D 3A
Octal 367 61 60 0 120 121 3 0 135 72
Binary 11110111 110001 110000 0 1010000 1010001 11 0 1011101 111010

Color Harmonies of #F73130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73130

Black with #F73130

Text Example


Text Example

White with #F73130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73130; }

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

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

background-color css

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

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

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

border-color css

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

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

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