Html Css Color HEX #F74116 Orange Red

📋 copy color: '#F74116'

red 247 ◦ green 65 ◦ blue 22

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

Shades of Orange Red #F74116

Tints of Orange Red #F74116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.59%

R = 73.95%
G = 19.46%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F74116 (or 0xF74116) is known color: Orange Red. HEX triplet: F7, 41 and 16. RGB value is (247,65,22). Sum of RGB (Red+Green+Blue) = 247+65+22=334 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.95% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 247 - color contains mainly: red. Hex color #F74116 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74116 is #08BEE9. Grayscale: #727272. Windows color (decimal): -573162 or 1458679. OLE color: 1458679.

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

Color convert

RGB 247 65 22 -
CMYK 0 0.74 0.91 0.03
HSL 11.47º 0.93% 0.53% -
HSV(B) 11.47º 0.91% 0.97% -
XYZ 40.39 23.61 3.19 -
YUV 114.52 75.8 222.5 -
System Red Green Blue C M Y K H S L
Decimal 247 65 22 0 0.74 0.91 0.03 11.47 0.93 0.53
Hex F7 41 16 0 4A 5B 3 B 5D 35
Octal 367 101 26 0 112 133 3 13 135 65
Binary 11110111 1000001 10110 0 1001010 1011011 11 1011 1011101 110101

Color Harmonies of #F74116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74116

Black with #F74116

Text Example


Text Example

White with #F74116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74116; }

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

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

background-color css

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

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

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

border-color css

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

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

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