#F8461F

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

Shades of Red Orange #F8461F

Tints of Red Orange #F8461F

Color information

#F8461F (or 0xF8461F) is unknown color: approx Red Orange. HEX triplet: F8, 46 and 1F. RGB value is (248,70,31). Sum of RGB (Red+Green+Blue) = 248+70+31=349 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.06% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 248 - color contains mainly: red. Hex color #F8461F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8461F is #07B9E0. Grayscale: #777777. Windows color (decimal): -506337 or 2049784. OLE color: 2049784.

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

Color convert

RGB2487031-
CMYK00.720.880.03
HSL10.78º93.94%54.71%-
HSV(B)10.78º87.5%97.25%-
XYZ41.1524.443.84-
YUV118.7878.47220.17-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 71.06%
GREEN value IS 70 (27.73% from 255) = 20.06%
BLUE value IS 31 (12.5% from 255) = 8.88%
R=71.06%
G=20.06%
B=8.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.88
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248703100.720.880.0310.7893.9454.71
HexF8461F048583b5e37
Octal37010637011013031313667
Binary111110001000110111110100100010110001110111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8461F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8461F; }

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

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

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

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

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

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

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

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