#F64E0D

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

Shades of Vermilion #F64E0D

Tints of Vermilion #F64E0D

Color information

#F64E0D (or 0xF64E0D) is unknown color: approx Vermilion. HEX triplet: F6, 4E and 0D. RGB value is (246,78,13). Sum of RGB (Red+Green+Blue) = 246+78+13=337 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.00% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 246 - color contains mainly: red. Hex color #F64E0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F64E0D is #09B1F2. Grayscale: #797979. Windows color (decimal): -635379 or 872182. OLE color: 872182.

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

Color convert

RGB2467813-
CMYK00.680.950.04
HSL16.74º92.83%50.78%-
HSV(B)16.74º94.72%96.47%-
XYZ40.825.073.07-
YUV120.8267.16217.29-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 73.00%
GREEN value IS 78 (30.86% from 255) = 23.15%
BLUE value IS 13 (5.47% from 255) = 3.86%
R=73.00%
G=23.15%
B=3.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.95
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246781300.680.950.0416.7492.8350.78
HexF64ED0445F4115d33
Octal36611615010413742113563
Binary1111011010011101101010001001011111100100011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64E0D; }

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

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

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

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

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

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

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

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