#F73430

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

Shades of Red Orange #F73430

Tints of Red Orange #F73430

Color information

#F73430 (or 0xF73430) is unknown color: approx Red Orange. HEX triplet: F7, 34 and 30. RGB value is (247,52,48). Sum of RGB (Red+Green+Blue) = 247+52+48=347 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.18% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 247 - color contains mainly: red. Hex color #F73430 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73430 is #08CBCF. Grayscale: #6E6E6E. Windows color (decimal): -576464 or 3159287. OLE color: 3159287.

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

Color convert

RGB2475248-
CMYK00.790.810.03
HSL1.21º92.56%57.84%-
HSV(B)1.21º80.57%96.86%-
XYZ40.1222.445.01-
YUV109.8593.1225.83-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 71.18%
GREEN value IS 52 (20.70% from 255) = 14.99%
BLUE value IS 48 (19.14% from 255) = 13.83%
R=71.18%
G=14.99%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.81
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247524800.790.810.031.2192.5657.84
HexF7343004F51315d3a
Octal367646001171213113572
Binary111101111101001100000100111110100011111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73430; }

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

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

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

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

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

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

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

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