#F04815

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

Shades of Orange Red #F04815

Tints of Orange Red #F04815

Color information

#F04815 (or 0xF04815) is unknown color: approx Orange Red. HEX triplet: F0, 48 and 15. RGB value is (240,72,21). Sum of RGB (Red+Green+Blue) = 240+72+21=333 (44% of max value = 765). Red value is 240 (94.14% from 255 or 72.07% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 240 - color contains mainly: red. Hex color #F04815 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04815 is #0FB7EA. Grayscale: #747474. Windows color (decimal): -1030123 or 1394928. OLE color: 1394928.

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

Color convert

RGB2407221-
CMYK00.70.910.06
HSL13.97º87.95%51.18%-
HSV(B)13.97º91.25%94.12%-
XYZ38.3923.213.17-
YUV116.4274.16216.15-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 72.07%
GREEN value IS 72 (28.52% from 255) = 21.62%
BLUE value IS 21 (8.59% from 255) = 6.31%
R=72.07%
G=21.62%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.91
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240722100.70.910.0613.9787.9551.18
HexF048150465B6e5833
Octal36011025010613361613063
Binary1111000010010001010101000110101101111011101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04815; }

 p { color: rgb(240,72,21); }

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

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

 a { background-color: rgb(240,72,21); }

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

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

 span { border-color: rgb(240,72,21); }

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