#F04E1E

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

Shades of Cinnabar #F04E1E

Tints of Cinnabar #F04E1E

Color information

#F04E1E (or 0xF04E1E) is unknown color: approx Cinnabar. HEX triplet: F0, 4E and 1E. RGB value is (240,78,30). Sum of RGB (Red+Green+Blue) = 240+78+30=348 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.97% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 30 (12.11% from 255 or 8.62% from 348); Max value from RGB is 240 - color contains mainly: red. Hex color #F04E1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F04E1E is #0FB1E1. Grayscale: #797979. Windows color (decimal): -1028578 or 1986288. OLE color: 1986288.

HSL color Cylindrical-coordinate representation of color #F04E1E: hue angle of 13.71º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F04E1E is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB2407830-
CMYK00.680.870.06
HSL13.71º87.5%52.94%-
HSV(B)13.71º87.5%94.12%-
XYZ38.8924.073.82-
YUV120.9776.67212.9-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 68.97%
GREEN value IS 78 (30.86% from 255) = 22.41%
BLUE value IS 30 (12.11% from 255) = 8.62%
R=68.97%
G=22.41%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240783000.680.870.0613.7187.552.94
HexF04E1E044576e5835
Octal36011636010412761613065
Binary1111000010011101111001000100101011111011101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04E1E; }

 p { color: rgb(240,78,30); }

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

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

 a { background-color: rgb(240,78,30); }

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

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

 span { border-color: rgb(240,78,30); }

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