#F74132

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

Shades of Red Orange #F74132

Tints of Red Orange #F74132

Color information

#F74132 (or 0xF74132) is unknown color: approx Red Orange. HEX triplet: F7, 41 and 32. RGB value is (247,65,50). Sum of RGB (Red+Green+Blue) = 247+65+50=362 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.23% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 247 - color contains mainly: red. Hex color #F74132 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74132 is #08BECD. Grayscale: #757575. Windows color (decimal): -573134 or 3293687. OLE color: 3293687.

HSL color Cylindrical-coordinate representation of color #F74132: hue angle of 4.57º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F74132 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB2476550-
CMYK00.740.800.03
HSL4.57º92.49%58.24%-
HSV(B)4.57º79.76%96.86%-
XYZ40.8223.795.46-
YUV117.7189.8220.22-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 68.23%
GREEN value IS 65 (25.78% from 255) = 17.96%
BLUE value IS 50 (19.92% from 255) = 13.81%
R=68.23%
G=17.96%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.80
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247655000.740.800.034.5792.4958.24
HexF7413204A50355c3a
Octal3671016201121203513472
Binary111101111000001110010010010101010000111011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74132; }

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

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

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

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

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

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

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

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