#F04A1E

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

Shades of Cinnabar #F04A1E

Tints of Cinnabar #F04A1E

Color information

#F04A1E (or 0xF04A1E) is unknown color: approx Cinnabar. HEX triplet: F0, 4A and 1E. RGB value is (240,74,30). Sum of RGB (Red+Green+Blue) = 240+74+30=344 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.77% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 30 (12.11% from 255 or 8.72% from 344); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04A1E is #0FB5E1. Grayscale: #767676. Windows color (decimal): -1029602 or 1985264. OLE color: 1985264.

HSL color Cylindrical-coordinate representation of color #F04A1E: hue angle of 12.57º 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 #F04A1E is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB2407430-
CMYK00.690.870.06
HSL12.57º87.5%52.94%-
HSV(B)12.57º87.5%94.12%-
XYZ38.6223.523.73-
YUV118.6278214.58-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 69.77%
GREEN value IS 74 (29.30% from 255) = 21.51%
BLUE value IS 30 (12.11% from 255) = 8.72%
R=69.77%
G=21.51%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240743000.690.870.0612.5787.552.94
HexF04A1E045576d5835
Octal36011236010512761513065
Binary1111000010010101111001000101101011111011011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04A1E; }

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

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

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

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

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

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

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

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