Html Css Color HEX #F74818 Orange Red

📋 copy color: '#F74818'

red 247 ◦ green 72 ◦ blue 24

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

Shades of Orange Red #F74818

Tints of Orange Red #F74818

RGB

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

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

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

R = 72.01%
G = 20.99%
B = 7%

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

#F74818 (or 0xF74818) is known color: Orange Red. HEX triplet: F7, 48 and 18. RGB value is (247,72,24). Sum of RGB (Red+Green+Blue) = 247+72+24=343 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.01% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 24 (9.77% from 255 or 7.00% from 343); Max value from RGB is 247 - color contains mainly: red. Hex color #F74818 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74818 is #08B7E7. Grayscale: #777777. Windows color (decimal): -571368 or 1591543. OLE color: 1591543.

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

Color convert

RGB 247 72 24 -
CMYK 0 0.71 0.90 0.03
HSL 12.91º 0.93% 0.53% -
HSV(B) 12.91º 0.9% 0.97% -
XYZ 40.84 24.47 3.44 -
YUV 118.85 74.48 219.4 -
System Red Green Blue C M Y K H S L
Decimal 247 72 24 0 0.71 0.90 0.03 12.91 0.93 0.53
Hex F7 48 18 0 47 5A 3 D 5D 35
Octal 367 110 30 0 107 132 3 15 135 65
Binary 11110111 1001000 11000 0 1000111 1011010 11 1101 1011101 110101

Color Harmonies of #F74818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74818

Black with #F74818

Text Example


Text Example

White with #F74818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74818; }

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

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

background-color css

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

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

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

border-color css

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

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

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