#F84C04

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

Shades of Vermilion #F84C04

Tints of Vermilion #F84C04

Color information

#F84C04 (or 0xF84C04) is unknown color: approx Vermilion. HEX triplet: F8, 4C and 04. RGB value is (248,76,4). Sum of RGB (Red+Green+Blue) = 248+76+4=328 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.61% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 4 (1.95% from 255 or 1.22% from 328); Max value from RGB is 248 - color contains mainly: red. Hex color #F84C04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84C04 is #07B3FB. Grayscale: #777777. Windows color (decimal): -504828 or 281848. OLE color: 281848.

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

Color convert

RGB248764-
CMYK00.690.980.03
HSL17.7º96.83%49.41%-
HSV(B)17.7º98.39%97.25%-
XYZ41.3225.132.79-
YUV119.2262.98219.85-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 75.61%
GREEN value IS 76 (30.08% from 255) = 23.17%
BLUE value IS 4 (1.95% from 255) = 1.22%
R=75.61%
G=23.17%
B=1.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.98
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24876400.690.980.0317.796.8349.41
HexF84C4045623126131
Octal3701144010514232214161
Binary11111000100110010001000101110001011100101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F84C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F84C04; }

 p { color: rgb(248,76,4); }

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

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

 a { background-color: rgb(248,76,4); }

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

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

 span { border-color: rgb(248,76,4); }

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