#F85638

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

Shades of Outrageous Orange #F85638

Tints of Outrageous Orange #F85638

Color information

#F85638 (or 0xF85638) is unknown color: approx Outrageous Orange. HEX triplet: F8, 56 and 38. RGB value is (248,86,56). Sum of RGB (Red+Green+Blue) = 248+86+56=390 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.59% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 56 (22.27% from 255 or 14.36% from 390); Max value from RGB is 248 - color contains mainly: red. Hex color #F85638 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85638 is #07A9C7. Grayscale: #838383. Windows color (decimal): -502216 or 3692280. OLE color: 3692280.

HSL color Cylindrical-coordinate representation of color #F85638: hue angle of 9.38º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F85638 is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.03.

Color convert

RGB2488656-
CMYK00.650.770.03
HSL9.38º93.2%59.61%-
HSV(B)9.38º77.42%97.25%-
XYZ42.7526.96.68-
YUV131.0285.67211.44-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 63.59%
GREEN value IS 86 (33.98% from 255) = 22.05%
BLUE value IS 56 (22.27% from 255) = 14.36%
R=63.59%
G=22.05%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.77
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248865600.650.770.039.3893.259.61
HexF856380414D395d3c
Octal37012670010111531113574
Binary1111100010101101110000100000110011011110011011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85638; }

 p { color: rgb(248,86,56); }

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

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

 a { background-color: rgb(248,86,56); }

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

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

 span { border-color: rgb(248,86,56); }

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