#F04313

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

Shades of Orange Red #F04313

Tints of Orange Red #F04313

Color information

#F04313 (or 0xF04313) is unknown color: approx Orange Red. HEX triplet: F0, 43 and 13. RGB value is (240,67,19). Sum of RGB (Red+Green+Blue) = 240+67+19=326 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.62% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 240 - color contains mainly: red. Hex color #F04313 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04313 is #0FBCEC. Grayscale: #717171. Windows color (decimal): -1031405 or 1262576. OLE color: 1262576.

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

Color convert

RGB2406719-
CMYK00.720.920.06
HSL13.03º88.05%50.78%-
HSV(B)13.03º92.08%94.12%-
XYZ38.0622.592.97-
YUV113.2674.81218.4-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 73.62%
GREEN value IS 67 (26.56% from 255) = 20.55%
BLUE value IS 19 (7.81% from 255) = 5.83%
R=73.62%
G=20.55%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.92
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240671900.720.920.0613.0388.0550.78
HexF043130485C6d5833
Octal36010323011013461513063
Binary1111000010000111001101001000101110011011011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04313; }

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

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

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

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

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

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

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

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