#F6360F

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

Shades of Orange Red #F6360F

Tints of Orange Red #F6360F

Color information

#F6360F (or 0xF6360F) is unknown color: approx Orange Red. HEX triplet: F6, 36 and 0F. RGB value is (246,54,15). Sum of RGB (Red+Green+Blue) = 246+54+15=315 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.10% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 246 - color contains mainly: red. Hex color #F6360F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6360F is #09C9F0. Grayscale: #6B6B6B. Windows color (decimal): -641521 or 997110. OLE color: 997110.

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

Color convert

RGB2465415-
CMYK00.780.940.04
HSL10.13º92.77%51.18%-
HSV(B)10.13º93.9%96.47%-
XYZ39.4122.272.67-
YUV106.9676.11227.17-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 78.10%
GREEN value IS 54 (21.48% from 255) = 17.14%
BLUE value IS 15 (6.25% from 255) = 4.76%
R=78.10%
G=17.14%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246541500.780.940.0410.1392.7751.18
HexF636F04E5E4a5d33
Octal3666617011613641213563
Binary11110110110110111101001110101111010010101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6360F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6360F; }

 p { color: rgb(246,54,15); }

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

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

 a { background-color: rgb(246,54,15); }

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

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

 span { border-color: rgb(246,54,15); }

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