#F84814

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

Shades of Orange Red #F84814

Tints of Orange Red #F84814

Color information

#F84814 (or 0xF84814) is unknown color: approx Orange Red. HEX triplet: F8, 48 and 14. RGB value is (248,72,20). Sum of RGB (Red+Green+Blue) = 248+72+20=340 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.94% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 248 - color contains mainly: red. Hex color #F84814 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84814 is #07B7EB. Grayscale: #777777. Windows color (decimal): -505836 or 1329400. OLE color: 1329400.

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

Color convert

RGB2487220-
CMYK00.710.920.03
HSL13.68º94.21%52.55%-
HSV(B)13.68º91.94%97.25%-
XYZ41.1624.643.25-
YUV118.772.31220.23-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 72.94%
GREEN value IS 72 (28.52% from 255) = 21.18%
BLUE value IS 20 (8.20% from 255) = 5.88%
R=72.94%
G=21.18%
B=5.88%

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
Decimal248722000.710.920.0313.6894.2152.55
HexF848140475C3e5e35
Octal37011024010713431613665
Binary111110001001000101000100011110111001111101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F84814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F84814; }

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

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

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

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

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

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

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

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