Html Css Color HEX #F74122 Red Orange

📋 copy color: '#F74122'

red 247 ◦ green 65 ◦ blue 34

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

Shades of Red Orange #F74122

Tints of Red Orange #F74122

RGB

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

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

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

R = 71.39%
G = 18.79%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.03

RGB Variations

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

Color information

#F74122 (or 0xF74122) is known color: Red Orange. HEX triplet: F7, 41 and 22. RGB value is (247,65,34). Sum of RGB (Red+Green+Blue) = 247+65+34=346 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.39% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 34 (13.67% from 255 or 9.83% from 346); Max value from RGB is 247 - color contains mainly: red. Hex color #F74122 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74122 is #08BEDD. Grayscale: #747474. Windows color (decimal): -573150 or 2245111. OLE color: 2245111.

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

Color convert

RGB 247 65 34 -
CMYK 0 0.74 0.86 0.03
HSL 8.73º 0.93% 0.55% -
HSV(B) 8.73º 0.86% 0.97% -
XYZ 40.54 23.67 3.95 -
YUV 115.88 81.8 221.52 -
System Red Green Blue C M Y K H S L
Decimal 247 65 34 0 0.74 0.86 0.03 8.73 0.93 0.55
Hex F7 41 22 0 4A 56 3 9 5D 37
Octal 367 101 42 0 112 126 3 11 135 67
Binary 11110111 1000001 100010 0 1001010 1010110 11 1001 1011101 110111

Color Harmonies of #F74122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74122

Black with #F74122

Text Example


Text Example

White with #F74122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74122; }

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

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

background-color css

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

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

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

border-color css

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

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

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