#F73230

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

Shades of Red Orange #F73230

Tints of Red Orange #F73230

Color information

#F73230 (or 0xF73230) is unknown color: approx Red Orange. HEX triplet: F7, 32 and 30. RGB value is (247,50,48). Sum of RGB (Red+Green+Blue) = 247+50+48=345 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.59% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 247 - color contains mainly: red. Hex color #F73230 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73230 is #08CDCF. Grayscale: #6C6C6C. Windows color (decimal): -576976 or 3158775. OLE color: 3158775.

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

Color convert

RGB2475048-
CMYK00.800.810.03
HSL0.6º92.56%57.84%-
HSV(B)0.6º80.57%96.86%-
XYZ40.0322.274.98-
YUV108.6793.77226.66-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 71.59%
GREEN value IS 50 (19.92% from 255) = 14.49%
BLUE value IS 48 (19.14% from 255) = 13.91%
R=71.59%
G=14.49%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.81
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247504800.800.810.030.692.5657.84
HexF7323005051315d3a
Octal367626001201213113572
Binary111101111100101100000101000010100011111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73230; }

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

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

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

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

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

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

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

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