#F84208

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

Shades of Orange Red #F84208

Tints of Orange Red #F84208

Color information

#F84208 (or 0xF84208) is unknown color: approx Orange Red. HEX triplet: F8, 42 and 08. RGB value is (248,66,8). Sum of RGB (Red+Green+Blue) = 248+66+8=322 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.02% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 8 (3.52% from 255 or 2.48% from 322); Max value from RGB is 248 - color contains mainly: red. Hex color #F84208 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84208 is #07BDF7. Grayscale: #727272. Windows color (decimal): -507384 or 541432. OLE color: 541432.

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

Color convert

RGB248668-
CMYK00.730.970.03
HSL14.5º94.49%50.2%-
HSV(B)14.5º96.77%97.25%-
XYZ40.723.872.69-
YUV113.8168.3223.72-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 77.02%
GREEN value IS 66 (26.17% from 255) = 20.50%
BLUE value IS 8 (3.52% from 255) = 2.48%
R=77.02%
G=20.50%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.97
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24866800.730.970.0314.594.4950.2
HexF8428049613f5e32
Octal37010210011114131713662
Binary11111000100001010000100100111000011111111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F84208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F84208; }

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

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

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

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

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

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

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

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