#F86631

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

Shades of Outrageous Orange #F86631

Tints of Outrageous Orange #F86631

Color information

#F86631 (or 0xF86631) is unknown color: approx Outrageous Orange. HEX triplet: F8, 66 and 31. RGB value is (248,102,49). Sum of RGB (Red+Green+Blue) = 248+102+49=399 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.16% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 49 (19.53% from 255 or 12.28% from 399); Max value from RGB is 248 - color contains mainly: red. Hex color #F86631 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86631 is #0799CE. Grayscale: #8B8B8B. Windows color (decimal): -498127 or 3237624. OLE color: 3237624.

HSL color Cylindrical-coordinate representation of color #F86631: hue angle of 15.98º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F86631 is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB24810249-
CMYK00.590.800.03
HSL15.98º93.43%58.24%-
HSV(B)15.98º80.24%97.25%-
XYZ44.0229.686.31-
YUV139.6176.87205.31-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 62.16%
GREEN value IS 102 (40.23% from 255) = 25.56%
BLUE value IS 49 (19.53% from 255) = 12.28%
R=62.16%
G=25.56%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.80
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481024900.590.800.0315.9893.4358.24
HexF8663103B503105d3a
Octal3701466107312032013572
Binary1111100011001101100010111011101000011100001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86631; }

 p { color: rgb(248,102,49); }

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

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

 a { background-color: rgb(248,102,49); }

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

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

 span { border-color: rgb(248,102,49); }

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