#F85F2D

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

Shades of Outrageous Orange #F85F2D

Tints of Outrageous Orange #F85F2D

Color information

#F85F2D (or 0xF85F2D) is unknown color: approx Outrageous Orange. HEX triplet: F8, 5F and 2D. RGB value is (248,95,45). Sum of RGB (Red+Green+Blue) = 248+95+45=388 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.92% from 388); Green value is 95 (37.5% from 255 or 24.48% from 388); Blue value is 45 (17.97% from 255 or 11.60% from 388); Max value from RGB is 248 - color contains mainly: red. Hex color #F85F2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85F2D is #07A0D2. Grayscale: #878787. Windows color (decimal): -499923 or 2973688. OLE color: 2973688.

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

Color convert

RGB2489545-
CMYK00.620.820.03
HSL14.78º93.55%57.45%-
HSV(B)14.78º81.85%97.25%-
XYZ43.2828.335.67-
YUV135.0577.19208.57-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 63.92%
GREEN value IS 95 (37.5% from 255) = 24.48%
BLUE value IS 45 (17.97% from 255) = 11.60%
R=63.92%
G=24.48%
B=11.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.82
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248954500.620.820.0314.7893.5557.45
HexF85F2D03E523f5e39
Octal3701375507612231713671
Binary111110001011111101101011111010100101111111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85F2D; }

 p { color: rgb(248,95,45); }

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

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

 a { background-color: rgb(248,95,45); }

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

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

 span { border-color: rgb(248,95,45); }

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