#F04003

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

Shades of Orange Red #F04003

Tints of Orange Red #F04003

Color information

#F04003 (or 0xF04003) is unknown color: approx Orange Red. HEX triplet: F0, 40 and 03. RGB value is (240,64,3). Sum of RGB (Red+Green+Blue) = 240+64+3=307 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.18% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 3 (1.56% from 255 or 0.98% from 307); Max value from RGB is 240 - color contains mainly: red. Hex color #F04003 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04003 is #0FBFFC. Grayscale: #6E6E6E. Windows color (decimal): -1032189 or 213232. OLE color: 213232.

HSL color Cylindrical-coordinate representation of color #F04003: hue angle of 15.44º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F04003 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB240643-
CMYK00.730.990.06
HSL15.44º97.53%47.65%-
HSV(B)15.44º98.75%94.12%-
XYZ37.7922.22.38-
YUV109.6767.81220.96-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 78.18%
GREEN value IS 64 (25.39% from 255) = 20.85%
BLUE value IS 3 (1.56% from 255) = 0.98%
R=78.18%
G=20.85%
B=0.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.99
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24064300.730.990.0615.4497.5347.65
HexF0403049636f6230
Octal3601003011114361714260
Binary1111000010000001101001001110001111011111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04003; }

 p { color: rgb(240,64,3); }

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

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

 a { background-color: rgb(240,64,3); }

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

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

 span { border-color: rgb(240,64,3); }

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