#F85832

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

Shades of Outrageous Orange #F85832

Tints of Outrageous Orange #F85832

Color information

#F85832 (or 0xF85832) is unknown color: approx Outrageous Orange. HEX triplet: F8, 58 and 32. RGB value is (248,88,50). Sum of RGB (Red+Green+Blue) = 248+88+50=386 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.25% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 50 (19.92% from 255 or 12.95% from 386); Max value from RGB is 248 - color contains mainly: red. Hex color #F85832 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85832 is #07A7CD. Grayscale: #838383. Windows color (decimal): -501710 or 3299576. OLE color: 3299576.

HSL color Cylindrical-coordinate representation of color #F85832: hue angle of 11.52º 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 #F85832 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB2488850-
CMYK00.650.800.03
HSL11.52º93.4%58.43%-
HSV(B)11.52º79.84%97.25%-
XYZ42.7827.176.01-
YUV131.5182.01211.09-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 64.25%
GREEN value IS 88 (34.77% from 255) = 22.80%
BLUE value IS 50 (19.92% from 255) = 12.95%
R=64.25%
G=22.80%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.80
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248885000.650.800.0311.5293.458.43
HexF85832041503c5d3a
Octal37013062010112031413572
Binary1111100010110001100100100000110100001111001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85832; }

 p { color: rgb(248,88,50); }

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

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

 a { background-color: rgb(248,88,50); }

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

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

 span { border-color: rgb(248,88,50); }

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