#F85A3D

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

Shades of Outrageous Orange #F85A3D

Tints of Outrageous Orange #F85A3D

Color information

#F85A3D (or 0xF85A3D) is unknown color: approx Outrageous Orange. HEX triplet: F8, 5A and 3D. RGB value is (248,90,61). Sum of RGB (Red+Green+Blue) = 248+90+61=399 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.16% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 61 (24.22% from 255 or 15.29% from 399); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85A3D is #07A5C2. Grayscale: #868686. Windows color (decimal): -501187 or 4020984. OLE color: 4020984.

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

Color convert

RGB2489061-
CMYK00.640.750.03
HSL9.3º93.03%60.59%-
HSV(B)9.3º75.4%97.25%-
XYZ43.2127.617.47-
YUV133.9486.85209.36-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 62.16%
GREEN value IS 90 (35.55% from 255) = 22.56%
BLUE value IS 61 (24.22% from 255) = 15.29%
R=62.16%
G=22.56%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.75
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248906100.640.750.039.393.0360.59
HexF85A3D0404B395d3d
Octal37013275010011331113575
Binary1111100010110101111010100000010010111110011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85A3D; }

 p { color: rgb(248,90,61); }

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

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

 a { background-color: rgb(248,90,61); }

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

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

 span { border-color: rgb(248,90,61); }

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