#F84813

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

Shades of Orange Red #F84813

Tints of Orange Red #F84813

Color information

#F84813 (or 0xF84813) is unknown color: approx Orange Red. HEX triplet: F8, 48 and 13. RGB value is (248,72,19). Sum of RGB (Red+Green+Blue) = 248+72+19=339 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.16% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 248 - color contains mainly: red. Hex color #F84813 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84813 is #07B7EC. Grayscale: #767676. Windows color (decimal): -505837 or 1263864. OLE color: 1263864.

HSL color Cylindrical-coordinate representation of color #F84813: hue angle of 13.89º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F84813 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB2487219-
CMYK00.710.920.03
HSL13.89º94.24%52.35%-
HSV(B)13.89º92.34%97.25%-
XYZ41.1524.643.2-
YUV118.5871.81220.31-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 73.16%
GREEN value IS 72 (28.52% from 255) = 21.24%
BLUE value IS 19 (7.81% from 255) = 5.60%
R=73.16%
G=21.24%
B=5.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.92
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248721900.710.920.0313.8994.2452.35
HexF848130475C3e5e34
Octal37011023010713431613664
Binary111110001001000100110100011110111001111101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F84813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F84813; }

 p { color: rgb(248,72,19); }

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

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

 a { background-color: rgb(248,72,19); }

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

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

 span { border-color: rgb(248,72,19); }

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