#F04618

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

Shades of Orange Red #F04618

Tints of Orange Red #F04618

Color information

#F04618 (or 0xF04618) is unknown color: approx Orange Red. HEX triplet: F0, 46 and 18. RGB value is (240,70,24). Sum of RGB (Red+Green+Blue) = 240+70+24=334 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.86% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 24 (9.77% from 255 or 7.19% from 334); Max value from RGB is 240 - color contains mainly: red. Hex color #F04618 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04618 is #0FB9E7. Grayscale: #737373. Windows color (decimal): -1030632 or 1591024. OLE color: 1591024.

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

Color convert

RGB2407024-
CMYK00.710.90.06
HSL12.78º87.8%51.76%-
HSV(B)12.78º90%94.12%-
XYZ38.2922.973.28-
YUV115.5976.32216.74-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 71.86%
GREEN value IS 70 (27.73% from 255) = 20.96%
BLUE value IS 24 (9.77% from 255) = 7.19%
R=71.86%
G=20.96%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.9
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240702400.710.90.0612.7887.851.76
HexF046180475A6d5834
Octal36010630010713261513064
Binary1111000010001101100001000111101101011011011011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04618; }

 p { color: rgb(240,70,24); }

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

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

 a { background-color: rgb(240,70,24); }

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

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

 span { border-color: rgb(240,70,24); }

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