#F74320

Color #F74320 Red Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Orange #F74320

Tints of Red Orange #F74320

Color information

#F74320 (or 0xF74320) is unknown color: approx Red Orange. HEX triplet: F7, 43 and 20. RGB value is (247,67,32). Sum of RGB (Red+Green+Blue) = 247+67+32=346 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.39% from 346); Green value is 67 (26.56% from 255 or 19.36% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 247 - color contains mainly: red. Hex color #F74320 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74320 is #08BCDF. Grayscale: #757575. Windows color (decimal): -572640 or 2114551. OLE color: 2114551.

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

Color convert

RGB2476732-
CMYK00.730.870.03
HSL9.77º93.07%54.71%-
HSV(B)9.77º87.04%96.86%-
XYZ40.6323.893.84-
YUV116.8380.13220.85-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 71.39%
GREEN value IS 67 (26.56% from 255) = 19.36%
BLUE value IS 32 (12.89% from 255) = 9.25%
R=71.39%
G=19.36%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.87
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247673200.730.870.039.7793.0754.71
HexF74320049573a5d37
Octal36710340011112731213567
Binary1111011110000111000000100100110101111110101011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74320; }

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

 H1.HeaderClassName
 {
   color: #F74320;
 }
 .AnyTagClassName
 {
   color: #F74320;
 }
</style>
background-color css

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

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

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

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

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

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