Html Css Color HEX #F74830 Red Orange

📋 copy color: '#F74830'

red 247 ◦ green 72 ◦ blue 48

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

Shades of Red Orange #F74830

Tints of Red Orange #F74830

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.62%

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

R = 67.3%
G = 19.62%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F74830 (or 0xF74830) is known color: Red Orange. HEX triplet: F7, 48 and 30. RGB value is (247,72,48). Sum of RGB (Red+Green+Blue) = 247+72+48=367 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.30% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 48 (19.14% from 255 or 13.08% from 367); Max value from RGB is 247 - color contains mainly: red. Hex color #F74830 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74830 is #08B7CF. Grayscale: #797979. Windows color (decimal): -571344 or 3164407. OLE color: 3164407.

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

Color convert

RGB 247 72 48 -
CMYK 0 0.71 0.81 0.03
HSL 7.24º 0.93% 0.58% -
HSV(B) 7.24º 0.81% 0.97% -
XYZ 41.21 24.62 5.38 -
YUV 121.59 86.48 217.45 -
System Red Green Blue C M Y K H S L
Decimal 247 72 48 0 0.71 0.81 0.03 7.24 0.93 0.58
Hex F7 48 30 0 47 51 3 7 5D 3A
Octal 367 110 60 0 107 121 3 7 135 72
Binary 11110111 1001000 110000 0 1000111 1010001 11 111 1011101 111010

Color Harmonies of #F74830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74830

Black with #F74830

Text Example


Text Example

White with #F74830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74830; }

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

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

background-color css

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

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

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

border-color css

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

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

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