#F84608

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

Shades of Orange Red #F84608

Tints of Orange Red #F84608

Color information

#F84608 (or 0xF84608) is unknown color: approx Orange Red. HEX triplet: F8, 46 and 08. RGB value is (248,70,8). Sum of RGB (Red+Green+Blue) = 248+70+8=326 (43% of max value = 765). Red value is 248 (97.27% from 255 or 76.07% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 248 - color contains mainly: red. Hex color #F84608 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84608 is #07B9F7. Grayscale: #747474. Windows color (decimal): -506360 or 542456. OLE color: 542456.

HSL color Cylindrical-coordinate representation of color #F84608: hue angle of 15.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 #F84608 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.03.

Color convert

RGB248708-
CMYK00.720.970.03
HSL15.5º94.49%50.2%-
HSV(B)15.5º96.77%97.25%-
XYZ40.9524.352.77-
YUV116.1566.97222.04-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 76.07%
GREEN value IS 70 (27.73% from 255) = 21.47%
BLUE value IS 8 (3.52% from 255) = 2.45%
R=76.07%
G=21.47%
B=2.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.97
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24870800.720.970.0315.594.4950.2
HexF8468048613105e32
Octal37010610011014132013662
Binary111110001000110100001001000110000111100001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F84608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F84608; }

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

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

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

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

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

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

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

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