#F74D19

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

Shades of Vermilion #F74D19

Tints of Vermilion #F74D19

Color information

#F74D19 (or 0xF74D19) is unknown color: approx Vermilion. HEX triplet: F7, 4D and 19. RGB value is (247,77,25). Sum of RGB (Red+Green+Blue) = 247+77+25=349 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.77% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 25 (10.16% from 255 or 7.16% from 349); Max value from RGB is 247 - color contains mainly: red. Hex color #F74D19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F74D19 is #08B2E6. Grayscale: #7A7A7A. Windows color (decimal): -570087 or 1658359. OLE color: 1658359.

HSL color Cylindrical-coordinate representation of color #F74D19: hue angle of 14.05º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F74D19 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB2477725-
CMYK00.690.900.03
HSL14.05º93.28%53.33%-
HSV(B)14.05º89.88%96.86%-
XYZ41.1925.153.6-
YUV121.973.32217.23-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 70.77%
GREEN value IS 77 (30.47% from 255) = 22.06%
BLUE value IS 25 (10.16% from 255) = 7.16%
R=70.77%
G=22.06%
B=7.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.90
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247772500.690.900.0314.0593.2853.33
HexF74D190455A3e5d35
Octal36711531010513231613565
Binary111101111001101110010100010110110101111101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74D19; }

 p { color: rgb(247,77,25); }

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

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

 a { background-color: rgb(247,77,25); }

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

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

 span { border-color: rgb(247,77,25); }

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