#F6330F

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

Shades of Scarlet #F6330F

Tints of Scarlet #F6330F

Color information

#F6330F (or 0xF6330F) is unknown color: approx Scarlet. HEX triplet: F6, 33 and 0F. RGB value is (246,51,15). Sum of RGB (Red+Green+Blue) = 246+51+15=312 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.85% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 246 - color contains mainly: red. Hex color #F6330F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6330F is #09CCF0. Grayscale: #696969. Windows color (decimal): -642289 or 996342. OLE color: 996342.

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

Color convert

RGB2465115-
CMYK00.790.940.04
HSL9.35º92.77%51.18%-
HSV(B)9.35º93.9%96.47%-
XYZ39.2821.992.63-
YUV105.277.1228.43-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 78.85%
GREEN value IS 51 (20.31% from 255) = 16.35%
BLUE value IS 15 (6.25% from 255) = 4.81%
R=78.85%
G=16.35%
B=4.81%

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
Decimal246511500.790.940.049.3592.7751.18
HexF633F04F5E495d33
Octal3666317011713641113563
Binary11110110110011111101001111101111010010011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6330F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6330F; }

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

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

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

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

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

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

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

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