#F6340F

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

Shades of Scarlet #F6340F

Tints of Scarlet #F6340F

Color information

#F6340F (or 0xF6340F) is unknown color: approx Scarlet. HEX triplet: F6, 34 and 0F. RGB value is (246,52,15). Sum of RGB (Red+Green+Blue) = 246+52+15=313 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.59% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 15 (6.25% from 255 or 4.79% from 313); Max value from RGB is 246 - color contains mainly: red. Hex color #F6340F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6340F is #09CBF0. Grayscale: #6A6A6A. Windows color (decimal): -642033 or 996598. OLE color: 996598.

HSL color Cylindrical-coordinate representation of color #F6340F: hue angle of 9.61º 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 #F6340F is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB2465215-
CMYK00.790.940.04
HSL9.61º92.77%51.18%-
HSV(B)9.61º93.9%96.47%-
XYZ39.3222.082.64-
YUV105.7976.77228.01-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 78.59%
GREEN value IS 52 (20.70% from 255) = 16.61%
BLUE value IS 15 (6.25% from 255) = 4.79%
R=78.59%
G=16.61%
B=4.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.94
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246521500.790.940.049.6192.7751.18
HexF634F04F5E4a5d33
Octal3666417011713641213563
Binary11110110110100111101001111101111010010101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6340F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6340F; }

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

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

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

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

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

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

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

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