#F04613

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

Shades of Orange Red #F04613

Tints of Orange Red #F04613

Color information

#F04613 (or 0xF04613) is unknown color: approx Orange Red. HEX triplet: F0, 46 and 13. RGB value is (240,70,19). Sum of RGB (Red+Green+Blue) = 240+70+19=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 19 (7.81% from 255 or 5.78% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F04613 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04613 is #0FB9EC. Grayscale: #737373. Windows color (decimal): -1030637 or 1263344. OLE color: 1263344.

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

Color convert

RGB2407019-
CMYK00.710.920.06
HSL13.85º88.05%50.78%-
HSV(B)13.85º92.08%94.12%-
XYZ38.2422.953.03-
YUV115.0273.82217.15-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 72.95%
GREEN value IS 70 (27.73% from 255) = 21.28%
BLUE value IS 19 (7.81% from 255) = 5.78%
R=72.95%
G=21.28%
B=5.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.92
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240701900.710.920.0613.8588.0550.78
HexF046130475C6e5833
Octal36010623010713461613063
Binary1111000010001101001101000111101110011011101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04613; }

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

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

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

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

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

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

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

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