#F03024

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

Shades of Red Orange #F03024

Tints of Red Orange #F03024

Color information

#F03024 (or 0xF03024) is unknown color: approx Red Orange. HEX triplet: F0, 30 and 24. RGB value is (240,48,36). Sum of RGB (Red+Green+Blue) = 240+48+36=324 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.07% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 36 (14.45% from 255 or 11.11% from 324); Max value from RGB is 240 - color contains mainly: red. Hex color #F03024 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03024 is #0FCFDB. Grayscale: #686868. Windows color (decimal): -1036252 or 2371824. OLE color: 2371824.

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

Color convert

RGB2404836-
CMYK00.80.850.06
HSL3.53º87.18%54.12%-
HSV(B)3.53º85%94.12%-
XYZ37.3120.773.71-
YUV104.0489.61224.98-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 74.07%
GREEN value IS 48 (19.14% from 255) = 14.81%
BLUE value IS 36 (14.45% from 255) = 11.11%
R=74.07%
G=14.81%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.85
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240483600.80.850.063.5387.1854.12
HexF0302405055645736
Octal360604401201256412766
Binary111100001100001001000101000010101011101001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03024; }

 p { color: rgb(240,48,36); }

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

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

 a { background-color: rgb(240,48,36); }

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

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

 span { border-color: rgb(240,48,36); }

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