#FF6800

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

Shades of Safety Orange #FF6800

Tints of Safety Orange #FF6800

Color information

#FF6800 (or 0xFF6800) is unknown color: approx Safety Orange. HEX triplet: FF, 68 and 00. RGB value is (255,104,0). Sum of RGB (Red+Green+Blue) = 255+104+0=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6800 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6800 is #0097FF. Grayscale: #898989. Windows color (decimal): -38912 or 26879. OLE color: 26879.

HSL color Cylindrical-coordinate representation of color #FF6800: hue angle of 24.47º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF6800 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB2551040-
CMYK00.5910
HSL24.47º100%50%-
HSV(B)24.47º100%100%-
XYZ46.1931.163.58-
YUV137.2950.53211.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 71.03%
GREEN value IS 104 (41.02% from 255) = 28.97%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.03%
G=28.97%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255104000.591024.4710050
HexFF68003B640186432
Octal377150007314403014462
Binary1111111111010000011101111001000110001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6800; }

 p { color: rgb(255,104,0); }

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

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

 a { background-color: rgb(255,104,0); }

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

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

 span { border-color: rgb(255,104,0); }

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