#F5460C

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

Shades of Orange Red #F5460C

Tints of Orange Red #F5460C

Color information

#F5460C (or 0xF5460C) is unknown color: approx Orange Red. HEX triplet: F5, 46 and 0C. RGB value is (245,70,12). Sum of RGB (Red+Green+Blue) = 245+70+12=327 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.92% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 245 - color contains mainly: red. Hex color #F5460C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5460C is #0AB9F3. Grayscale: #747474. Windows color (decimal): -702964 or 804597. OLE color: 804597.

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

Color convert

RGB2457012-
CMYK00.710.950.04
HSL14.94º92.09%50.39%-
HSV(B)14.94º95.1%96.08%-
XYZ39.9123.822.84-
YUV115.7169.48220.22-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 74.92%
GREEN value IS 70 (27.73% from 255) = 21.41%
BLUE value IS 12 (5.08% from 255) = 3.67%
R=74.92%
G=21.41%
B=3.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.95
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245701200.710.950.0414.9492.0950.39
HexF546C0475F4f5c32
Octal36510614010713741713462
Binary111101011000110110001000111101111110011111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5460C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5460C; }

 p { color: rgb(245,70,12); }

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

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

 a { background-color: rgb(245,70,12); }

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

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

 span { border-color: rgb(245,70,12); }

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