#F84213

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

Shades of Orange Red #F84213

Tints of Orange Red #F84213

Color information

#F84213 (or 0xF84213) is unknown color: approx Orange Red. HEX triplet: F8, 42 and 13. RGB value is (248,66,19). Sum of RGB (Red+Green+Blue) = 248+66+19=333 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.47% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 248 - color contains mainly: red. Hex color #F84213 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84213 is #07BDEC. Grayscale: #737373. Windows color (decimal): -507373 or 1262328. OLE color: 1262328.

HSL color Cylindrical-coordinate representation of color #F84213: hue angle of 12.31º 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 #F84213 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB2486619-
CMYK00.730.920.03
HSL12.31º94.24%52.35%-
HSV(B)12.31º92.34%97.25%-
XYZ40.7823.93.08-
YUV115.0673.8222.82-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 74.47%
GREEN value IS 66 (26.17% from 255) = 19.82%
BLUE value IS 19 (7.81% from 255) = 5.71%
R=74.47%
G=19.82%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.92
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248661900.730.920.0312.3194.2452.35
HexF842130495C3c5e34
Octal37010223011113431413664
Binary111110001000010100110100100110111001111001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F84213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F84213; }

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

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

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

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

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

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

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

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