#F34C06

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

Shades of Vermilion #F34C06

Tints of Vermilion #F34C06

Color information

#F34C06 (or 0xF34C06) is unknown color: approx Vermilion. HEX triplet: F3, 4C and 06. RGB value is (243,76,6). Sum of RGB (Red+Green+Blue) = 243+76+6=325 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.77% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 6 (2.73% from 255 or 1.85% from 325); Max value from RGB is 243 - color contains mainly: red. Hex color #F34C06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34C06 is #0CB3F9. Grayscale: #767676. Windows color (decimal): -832506 or 412915. OLE color: 412915.

HSL color Cylindrical-coordinate representation of color #F34C06: hue angle of 17.72º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F34C06 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB243766-
CMYK00.690.980.05
HSL17.72º95.18%48.82%-
HSV(B)17.72º97.53%95.29%-
XYZ39.5824.242.76-
YUV117.9564.83217.19-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 74.77%
GREEN value IS 76 (30.08% from 255) = 23.38%
BLUE value IS 6 (2.73% from 255) = 1.85%
R=74.77%
G=23.38%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24376600.690.980.0517.7295.1848.82
HexF34C6045625125f31
Octal3631146010514252213761
Binary111100111001100110010001011100010101100101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34C06; }

 p { color: rgb(243,76,6); }

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

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

 a { background-color: rgb(243,76,6); }

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

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

 span { border-color: rgb(243,76,6); }

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