Html Css Color HEX #F74222 Red Orange

📋 copy color: '#F74222'

red 247 ◦ green 66 ◦ blue 34

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

Shades of Red Orange #F74222

Tints of Red Orange #F74222

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.02%

 BLUE value IS 34 (13.67% from 255) = 9.8%

R = 71.18%
G = 19.02%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.03

RGB Variations

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

Color information

#F74222 (or 0xF74222) is known color: Red Orange. HEX triplet: F7, 42 and 22. RGB value is (247,66,34). Sum of RGB (Red+Green+Blue) = 247+66+34=347 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.18% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 34 (13.67% from 255 or 9.80% from 347); Max value from RGB is 247 - color contains mainly: red. Hex color #F74222 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74222 is #08BDDD. Grayscale: #747474. Windows color (decimal): -572894 or 2245367. OLE color: 2245367.

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

Color convert

RGB 247 66 34 -
CMYK 0 0.73 0.86 0.03
HSL 9.01º 0.93% 0.55% -
HSV(B) 9.01º 0.86% 0.97% -
XYZ 40.59 23.79 3.96 -
YUV 116.47 81.47 221.1 -
System Red Green Blue C M Y K H S L
Decimal 247 66 34 0 0.73 0.86 0.03 9.01 0.93 0.55
Hex F7 42 22 0 49 56 3 9 5D 37
Octal 367 102 42 0 111 126 3 11 135 67
Binary 11110111 1000010 100010 0 1001001 1010110 11 1001 1011101 110111

Color Harmonies of #F74222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74222

Black with #F74222

Text Example


Text Example

White with #F74222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74222; }

 p { color: rgb(247,66,34); }

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

background-color css

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

 a { background-color: rgb(247,66,34); }

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

border-color css

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

 span { border-color: rgb(247,66,34); }

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