#F5412F

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

Shades of Red Orange #F5412F

Tints of Red Orange #F5412F

Color information

#F5412F (or 0xF5412F) is unknown color: approx Red Orange. HEX triplet: F5, 41 and 2F. RGB value is (245,65,47). Sum of RGB (Red+Green+Blue) = 245+65+47=357 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.63% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 47 (18.75% from 255 or 13.17% from 357); Max value from RGB is 245 - color contains mainly: red. Hex color #F5412F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5412F is #0ABED0. Grayscale: #757575. Windows color (decimal): -704209 or 3097077. OLE color: 3097077.

HSL color Cylindrical-coordinate representation of color #F5412F: hue angle of 5.45º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F5412F is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB2456547-
CMYK00.730.810.04
HSL5.45º90.83%57.25%-
HSV(B)5.45º80.82%96.08%-
XYZ40.0623.45.09-
YUV116.7788.63219.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 68.63%
GREEN value IS 65 (25.78% from 255) = 18.21%
BLUE value IS 47 (18.75% from 255) = 13.17%
R=68.63%
G=18.21%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245654700.730.810.045.4590.8357.25
HexF5412F04951455b39
Octal3651015701111214513371
Binary1111010110000011011110100100110100011001011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5412F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5412F; }

 p { color: rgb(245,65,47); }

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

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

 a { background-color: rgb(245,65,47); }

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

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

 span { border-color: rgb(245,65,47); }

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