#f02e1f

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

Shades of Red Orange #F02E1F

Tints of Red Orange #F02E1F

Color information

#F02E1F (or 0xF02E1F) is unknown color: approx Red Orange. HEX triplet: F0, 2E and 1F. RGB value is (240,46,31). Sum of RGB (Red+Green+Blue) = 240+46+31=317 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.71% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 31 (12.5% from 255 or 9.78% from 317); Max value from RGB is 240 - color contains mainly: red. Hex color #F02E1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02E1F is #0FD1E0. Grayscale: #666666. Windows color (decimal): -1036769 or 2043632. OLE color: 2043632.

HSL color Cylindrical-coordinate representation of color #F02E1F: hue angle of 4.31º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F02E1F is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB2404631-
CMYK00.810.870.06
HSL4.31º87.45%53.14%-
HSV(B)4.31º87.08%94.12%-
XYZ37.1620.583.31-
YUV102.387.77226.22-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 75.71%
GREEN value IS 46 (18.36% from 255) = 14.51%
BLUE value IS 31 (12.5% from 255) = 9.78%
R=75.71%
G=14.51%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240463100.810.870.064.3187.4553.14
HexF02E1F05157645735
Octal360563701211276412765
Binary11110000101110111110101000110101111101001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f02e1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f02e1f; }

 p { color: rgb(240,46,31); }

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

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

 a { background-color: rgb(240,46,31); }

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

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

 span { border-color: rgb(240,46,31); }

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