#f86b03

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

Shades of Safety Orange #F86B03

Tints of Safety Orange #F86B03

Color information

#F86B03 (or 0xF86B03) is unknown color: approx Safety Orange. HEX triplet: F8, 6B and 03. RGB value is (248,107,3). Sum of RGB (Red+Green+Blue) = 248+107+3=358 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.27% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 3 (1.56% from 255 or 0.84% from 358); Max value from RGB is 248 - color contains mainly: red. Hex color #F86B03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86B03 is #0794FC. Grayscale: #898989. Windows color (decimal): -496893 or 224248. OLE color: 224248.

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

Color convert

RGB2481073-
CMYK00.570.990.03
HSL25.47º97.61%49.22%-
HSV(B)25.47º98.79%97.25%-
XYZ43.9930.483.65-
YUV137.352.21206.96-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 69.27%
GREEN value IS 107 (42.19% from 255) = 29.89%
BLUE value IS 3 (1.56% from 255) = 0.84%
R=69.27%
G=29.89%
B=0.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.99
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248107300.570.990.0325.4797.6149.22
HexF86B3039633196231
Octal370153307114333114261
Binary111110001101011110111001110001111110011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f86b03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f86b03; }

 p { color: rgb(248,107,3); }

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

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

 a { background-color: rgb(248,107,3); }

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

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

 span { border-color: rgb(248,107,3); }

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