Html Css Color HEX #F74718 Orange Red

📋 copy color: '#F74718'

red 247 ◦ green 71 ◦ blue 24

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

Shades of Orange Red #F74718

Tints of Orange Red #F74718

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.76%

 BLUE value IS 24 (9.77% from 255) = 7.02%

R = 72.22%
G = 20.76%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F74718 (or 0xF74718) is known color: Orange Red. HEX triplet: F7, 47 and 18. RGB value is (247,71,24). Sum of RGB (Red+Green+Blue) = 247+71+24=342 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.22% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 24 (9.77% from 255 or 7.02% from 342); Max value from RGB is 247 - color contains mainly: red. Hex color #F74718 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74718 is #08B8E7. Grayscale: #767676. Windows color (decimal): -571624 or 1591287. OLE color: 1591287.

HSL color Cylindrical-coordinate representation of color #F74718: hue angle of 12.65º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F74718 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 71 24 -
CMYK 0 0.71 0.90 0.03
HSL 12.65º 0.93% 0.53% -
HSV(B) 12.65º 0.9% 0.97% -
XYZ 40.78 24.35 3.41 -
YUV 118.27 74.81 219.82 -
System Red Green Blue C M Y K H S L
Decimal 247 71 24 0 0.71 0.90 0.03 12.65 0.93 0.53
Hex F7 47 18 0 47 5A 3 D 5D 35
Octal 367 107 30 0 107 132 3 15 135 65
Binary 11110111 1000111 11000 0 1000111 1011010 11 1101 1011101 110101

Color Harmonies of #F74718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74718

Black with #F74718

Text Example


Text Example

White with #F74718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74718; }

 p { color: rgb(247,71,24); }

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

background-color css

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

 a { background-color: rgb(247,71,24); }

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

border-color css

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

 span { border-color: rgb(247,71,24); }

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