Html Css Color HEX #F74118 Orange Red

📋 copy color: '#F74118'

red 247 ◦ green 65 ◦ blue 24

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

Shades of Orange Red #F74118

Tints of Orange Red #F74118

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.35%

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

R = 73.51%
G = 19.35%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F74118 (or 0xF74118) is known color: Orange Red. HEX triplet: F7, 41 and 18. RGB value is (247,65,24). Sum of RGB (Red+Green+Blue) = 247+65+24=336 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.51% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 24 (9.77% from 255 or 7.14% from 336); Max value from RGB is 247 - color contains mainly: red. Hex color #F74118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74118 is #08BEE7. Grayscale: #737373. Windows color (decimal): -573160 or 1589751. OLE color: 1589751.

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

Color convert

RGB 247 65 24 -
CMYK 0 0.74 0.90 0.03
HSL 11.03º 0.93% 0.53% -
HSV(B) 11.03º 0.9% 0.97% -
XYZ 40.41 23.62 3.29 -
YUV 114.74 76.8 222.33 -
System Red Green Blue C M Y K H S L
Decimal 247 65 24 0 0.74 0.90 0.03 11.03 0.93 0.53
Hex F7 41 18 0 4A 5A 3 B 5D 35
Octal 367 101 30 0 112 132 3 13 135 65
Binary 11110111 1000001 11000 0 1001010 1011010 11 1011 1011101 110101

Color Harmonies of #F74118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74118

Black with #F74118

Text Example


Text Example

White with #F74118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74118; }

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

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

background-color css

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

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

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

border-color css

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

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

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