Html Css Color HEX #F74018 Orange Red

📋 copy color: '#F74018'

red 247 ◦ green 64 ◦ blue 24

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

Shades of Orange Red #F74018

Tints of Orange Red #F74018

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.1%

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

R = 73.73%
G = 19.1%
B = 7.16%

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

#F74018 (or 0xF74018) is known color: Orange Red. HEX triplet: F7, 40 and 18. RGB value is (247,64,24). Sum of RGB (Red+Green+Blue) = 247+64+24=335 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.73% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 247 - color contains mainly: red. Hex color #F74018 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74018 is #08BFE7. Grayscale: #727272. Windows color (decimal): -573416 or 1589495. OLE color: 1589495.

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

Color convert

RGB 247 64 24 -
CMYK 0 0.74 0.90 0.03
HSL 10.76º 0.93% 0.53% -
HSV(B) 10.76º 0.9% 0.97% -
XYZ 40.36 23.51 3.27 -
YUV 114.16 77.13 222.75 -
System Red Green Blue C M Y K H S L
Decimal 247 64 24 0 0.74 0.90 0.03 10.76 0.93 0.53
Hex F7 40 18 0 4A 5A 3 B 5D 35
Octal 367 100 30 0 112 132 3 13 135 65
Binary 11110111 1000000 11000 0 1001010 1011010 11 1011 1011101 110101

Color Harmonies of #F74018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74018

Black with #F74018

Text Example


Text Example

White with #F74018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74018; }

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

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

background-color css

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

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

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

border-color css

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

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

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