Html Css Color HEX #F73730 Red Orange

📋 copy color: '#F73730'

red 247 ◦ green 55 ◦ blue 48

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

Shades of Red Orange #F73730

Tints of Red Orange #F73730

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.71%

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

R = 70.57%
G = 15.71%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F73730 (or 0xF73730) is known color: Red Orange. HEX triplet: F7, 37 and 30. RGB value is (247,55,48). Sum of RGB (Red+Green+Blue) = 247+55+48=350 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.57% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 48 (19.14% from 255 or 13.71% from 350); Max value from RGB is 247 - color contains mainly: red. Hex color #F73730 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73730 is #08C8CF. Grayscale: #6F6F6F. Windows color (decimal): -575696 or 3160055. OLE color: 3160055.

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

Color convert

RGB 247 55 48 -
CMYK 0 0.78 0.81 0.03
HSL 2.11º 0.93% 0.58% -
HSV(B) 2.11º 0.81% 0.97% -
XYZ 40.26 22.72 5.06 -
YUV 111.61 92.11 224.57 -
System Red Green Blue C M Y K H S L
Decimal 247 55 48 0 0.78 0.81 0.03 2.11 0.93 0.58
Hex F7 37 30 0 4E 51 3 2 5D 3A
Octal 367 67 60 0 116 121 3 2 135 72
Binary 11110111 110111 110000 0 1001110 1010001 11 10 1011101 111010

Color Harmonies of #F73730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73730

Black with #F73730

Text Example


Text Example

White with #F73730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73730; }

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

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

background-color css

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

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

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

border-color css

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

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

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