#F03A39

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

Shades of Red Orange #F03A39

Tints of Red Orange #F03A39

Color information

#F03A39 (or 0xF03A39) is unknown color: approx Red Orange. HEX triplet: F0, 3A and 39. RGB value is (240,58,57). Sum of RGB (Red+Green+Blue) = 240+58+57=355 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.61% from 355); Green value is 58 (23.05% from 255 or 16.34% from 355); Blue value is 57 (22.66% from 255 or 16.06% from 355); Max value from RGB is 240 - color contains mainly: red. Hex color #F03A39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03A39 is #0FC5C6. Grayscale: #707070. Windows color (decimal): -1033671 or 3750640. OLE color: 3750640.

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

Color convert

RGB2405857-
CMYK00.760.760.06
HSL0.33º85.92%58.24%-
HSV(B)0.33º76.25%94.12%-
XYZ38.1921.856.08-
YUV112.396.8219.08-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 67.61%
GREEN value IS 58 (23.05% from 255) = 16.34%
BLUE value IS 57 (22.66% from 255) = 16.06%
R=67.61%
G=16.34%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240585700.760.760.060.3385.9258.24
HexF03A3904C4C60563a
Octal360727101141146012672
Binary1111000011101011100101001100100110011001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03A39; }

 p { color: rgb(240,58,57); }

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

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

 a { background-color: rgb(240,58,57); }

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

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

 span { border-color: rgb(240,58,57); }

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