Html Css Color HEX #F74220 Red Orange

📋 copy color: '#F74220'

red 247 ◦ green 66 ◦ blue 32

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

Shades of Red Orange #F74220

Tints of Red Orange #F74220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.28%

R = 71.59%
G = 19.13%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F74220 (or 0xF74220) is known color: Red Orange. HEX triplet: F7, 42 and 20. RGB value is (247,66,32). Sum of RGB (Red+Green+Blue) = 247+66+32=345 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.59% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 247 - color contains mainly: red. Hex color #F74220 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74220 is #08BDDF. Grayscale: #747474. Windows color (decimal): -572896 or 2114295. OLE color: 2114295.

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

Color convert

RGB 247 66 32 -
CMYK 0 0.73 0.87 0.03
HSL 9.49º 0.93% 0.55% -
HSV(B) 9.49º 0.87% 0.97% -
XYZ 40.57 23.77 3.82 -
YUV 116.24 80.47 221.26 -
System Red Green Blue C M Y K H S L
Decimal 247 66 32 0 0.73 0.87 0.03 9.49 0.93 0.55
Hex F7 42 20 0 49 57 3 9 5D 37
Octal 367 102 40 0 111 127 3 11 135 67
Binary 11110111 1000010 100000 0 1001001 1010111 11 1001 1011101 110111

Color Harmonies of #F74220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74220

Black with #F74220

Text Example


Text Example

White with #F74220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74220; }

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

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

background-color css

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

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

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

border-color css

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

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

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