#F64F14

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

Shades of Vermilion #F64F14

Tints of Vermilion #F64F14

Color information

#F64F14 (or 0xF64F14) is unknown color: approx Vermilion. HEX triplet: F6, 4F and 14. RGB value is (246,79,20). Sum of RGB (Red+Green+Blue) = 246+79+20=345 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.30% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 246 - color contains mainly: red. Hex color #F64F14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F64F14 is #09B0EB. Grayscale: #7A7A7A. Windows color (decimal): -635116 or 1331190. OLE color: 1331190.

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

Color convert

RGB2467920-
CMYK00.680.920.04
HSL15.66º92.62%52.16%-
HSV(B)15.66º91.87%96.47%-
XYZ40.9325.243.38-
YUV122.2170.33216.3-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 71.30%
GREEN value IS 79 (31.25% from 255) = 22.90%
BLUE value IS 20 (8.20% from 255) = 5.80%
R=71.30%
G=22.90%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.92
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246792000.680.920.0415.6692.6252.16
HexF64F140445C4105d34
Octal36611724010413442013564
Binary11110110100111110100010001001011100100100001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64F14; }

 p { color: rgb(246,79,20); }

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

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

 a { background-color: rgb(246,79,20); }

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

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

 span { border-color: rgb(246,79,20); }

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