#F6300D

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

Shades of Scarlet #F6300D

Tints of Scarlet #F6300D

Color information

#F6300D (or 0xF6300D) is unknown color: approx Scarlet. HEX triplet: F6, 30 and 0D. RGB value is (246,48,13). Sum of RGB (Red+Green+Blue) = 246+48+13=307 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.13% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 246 - color contains mainly: red. Hex color #F6300D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6300D is #09CFF2. Grayscale: #676767. Windows color (decimal): -643059 or 864502. OLE color: 864502.

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

Color convert

RGB2464813-
CMYK00.800.950.04
HSL9.01º92.83%50.78%-
HSV(B)9.01º94.72%96.47%-
XYZ39.1421.742.51-
YUV103.2177.1229.85-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 80.13%
GREEN value IS 48 (19.14% from 255) = 15.64%
BLUE value IS 13 (5.47% from 255) = 4.23%
R=80.13%
G=15.64%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.95
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246481300.800.950.049.0192.8350.78
HexF630D0505F495d33
Octal3666015012013741113563
Binary11110110110000110101010000101111110010011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6300D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6300D; }

 p { color: rgb(246,48,13); }

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

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

 a { background-color: rgb(246,48,13); }

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

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

 span { border-color: rgb(246,48,13); }

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