#F3460A

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

Shades of Orange Red #F3460A

Tints of Orange Red #F3460A

Color information

#F3460A (or 0xF3460A) is unknown color: approx Orange Red. HEX triplet: F3, 46 and 0A. RGB value is (243,70,10). Sum of RGB (Red+Green+Blue) = 243+70+10=323 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.23% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 243 - color contains mainly: red. Hex color #F3460A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3460A is #0CB9F5. Grayscale: #737373. Windows color (decimal): -834038 or 673523. OLE color: 673523.

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

Color convert

RGB2437010-
CMYK00.710.960.05
HSL15.45º92.09%49.61%-
HSV(B)15.45º95.88%95.29%-
XYZ39.2123.462.75-
YUV114.8968.81219.38-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 75.23%
GREEN value IS 70 (27.73% from 255) = 21.67%
BLUE value IS 10 (4.30% from 255) = 3.10%
R=75.23%
G=21.67%
B=3.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243701000.710.960.0515.4592.0949.61
HexF346A047605f5c32
Octal36310612010714051713462
Binary111100111000110101001000111110000010111111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3460A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3460A; }

 p { color: rgb(243,70,10); }

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

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

 a { background-color: rgb(243,70,10); }

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

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

 span { border-color: rgb(243,70,10); }

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