#F85C02

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

Shades of Safety Orange #F85C02

Tints of Safety Orange #F85C02

Color information

#F85C02 (or 0xF85C02) is unknown color: approx Safety Orange. HEX triplet: F8, 5C and 02. RGB value is (248,92,2). Sum of RGB (Red+Green+Blue) = 248+92+2=342 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.51% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 2 (1.17% from 255 or 0.58% from 342); Max value from RGB is 248 - color contains mainly: red. Hex color #F85C02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85C02 is #07A3FD. Grayscale: #808080. Windows color (decimal): -500734 or 154872. OLE color: 154872.

HSL color Cylindrical-coordinate representation of color #F85C02: hue angle of 21.95º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F85C02 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.03.

Color convert

RGB248922-
CMYK00.630.990.03
HSL21.95º98.4%49.02%-
HSV(B)21.95º99.19%97.25%-
XYZ42.5527.623.15-
YUV128.3856.68213.32-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 72.51%
GREEN value IS 92 (36.33% from 255) = 26.90%
BLUE value IS 2 (1.17% from 255) = 0.58%
R=72.51%
G=26.90%
B=0.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.99
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24892200.630.990.0321.9598.449.02
HexF85C203F633166231
Octal370134207714332614261
Binary111110001011100100111111110001111101101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85C02; }

 p { color: rgb(248,92,2); }

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

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

 a { background-color: rgb(248,92,2); }

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

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

 span { border-color: rgb(248,92,2); }

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