#F85020

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

Shades of Outrageous Orange #F85020

Tints of Outrageous Orange #F85020

Color information

#F85020 (or 0xF85020) is unknown color: approx Outrageous Orange. HEX triplet: F8, 50 and 20. RGB value is (248,80,32). Sum of RGB (Red+Green+Blue) = 248+80+32=360 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.89% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 32 (12.89% from 255 or 8.89% from 360); Max value from RGB is 248 - color contains mainly: red. Hex color #F85020 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85020 is #07AFDF. Grayscale: #7D7D7D. Windows color (decimal): -503776 or 2117880. OLE color: 2117880.

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

Color convert

RGB2488032-
CMYK00.680.870.03
HSL13.33º93.91%54.9%-
HSV(B)13.33º87.1%97.25%-
XYZ41.8425.84.14-
YUV124.7675.66215.9-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 68.89%
GREEN value IS 80 (31.64% from 255) = 22.22%
BLUE value IS 32 (12.89% from 255) = 8.89%
R=68.89%
G=22.22%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.87
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248803200.680.870.0313.3393.9154.9
HexF85020044573d5e37
Octal37012040010412731513667
Binary1111100010100001000000100010010101111111011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85020; }

 p { color: rgb(248,80,32); }

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

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

 a { background-color: rgb(248,80,32); }

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

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

 span { border-color: rgb(248,80,32); }

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