#f5410d

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

Shades of Orange Red #F5410D

Tints of Orange Red #F5410D

Color information

#F5410D (or 0xF5410D) is unknown color: approx Orange Red. HEX triplet: F5, 41 and 0D. RGB value is (245,65,13). Sum of RGB (Red+Green+Blue) = 245+65+13=323 (42% of max value = 765). Red value is 245 (96.09% from 255 or 75.85% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 245 - color contains mainly: red. Hex color #F5410D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5410D is #0ABEF2. Grayscale: #717171. Windows color (decimal): -704243 or 868853. OLE color: 868853.

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

Color convert

RGB2456513-
CMYK00.730.950.04
HSL13.45º92.06%50.59%-
HSV(B)13.45º94.69%96.08%-
XYZ39.6223.222.77-
YUV112.8971.63222.23-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 75.85%
GREEN value IS 65 (25.78% from 255) = 20.12%
BLUE value IS 13 (5.47% from 255) = 4.02%
R=75.85%
G=20.12%
B=4.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.95
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245651300.730.950.0413.4592.0650.59
HexF541D0495F4d5c33
Octal36510115011113741513463
Binary111101011000001110101001001101111110011011011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f5410d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f5410d; }

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

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

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

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

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

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

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

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