#F73534

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

Shades of Red Orange #F73534

Tints of Red Orange #F73534

Color information

#F73534 (or 0xF73534) is unknown color: approx Red Orange. HEX triplet: F7, 35 and 34. RGB value is (247,53,52). Sum of RGB (Red+Green+Blue) = 247+53+52=352 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.17% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 52 (20.70% from 255 or 14.77% from 352); Max value from RGB is 247 - color contains mainly: red. Hex color #F73534 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73534 is #08CACB. Grayscale: #6F6F6F. Windows color (decimal): -576204 or 3421687. OLE color: 3421687.

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

Color convert

RGB2475352-
CMYK00.790.790.03
HSL0.31º92.42%58.63%-
HSV(B)0.31º78.95%96.86%-
XYZ40.2522.575.48-
YUV110.8994.77225.08-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 70.17%
GREEN value IS 53 (21.09% from 255) = 15.06%
BLUE value IS 52 (20.70% from 255) = 14.77%
R=70.17%
G=15.06%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247535200.790.790.030.3192.4258.63
HexF7353404F4F305c3b
Octal367656401171173013473
Binary111101111101011101000100111110011111101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73534; }

 p { color: rgb(247,53,52); }

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

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

 a { background-color: rgb(247,53,52); }

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

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

 span { border-color: rgb(247,53,52); }

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