#F6320F

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

Shades of Scarlet #F6320F

Tints of Scarlet #F6320F

Color information

#F6320F (or 0xF6320F) is unknown color: approx Scarlet. HEX triplet: F6, 32 and 0F. RGB value is (246,50,15). Sum of RGB (Red+Green+Blue) = 246+50+15=311 (41% of max value = 765). Red value is 246 (96.48% from 255 or 79.10% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 15 (6.25% from 255 or 4.82% from 311); Max value from RGB is 246 - color contains mainly: red. Hex color #F6320F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6320F is #09CDF0. Grayscale: #686868. Windows color (decimal): -642545 or 996086. OLE color: 996086.

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

Color convert

RGB2465015-
CMYK00.800.940.04
HSL9.09º92.77%51.18%-
HSV(B)9.09º93.9%96.47%-
XYZ39.2321.912.61-
YUV104.6177.43228.85-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 79.10%
GREEN value IS 50 (19.92% from 255) = 16.08%
BLUE value IS 15 (6.25% from 255) = 4.82%
R=79.10%
G=16.08%
B=4.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.94
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246501500.800.940.049.0992.7751.18
HexF632F0505E495d33
Octal3666217012013641113563
Binary11110110110010111101010000101111010010011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6320F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6320F; }

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

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

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

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

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

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

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

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