#FF6E00

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

Shades of Safety Orange #FF6E00

Tints of Safety Orange #FF6E00

Color information

#FF6E00 (or 0xFF6E00) is unknown color: approx Safety Orange. HEX triplet: FF, 6E and 00. RGB value is (255,110,0). Sum of RGB (Red+Green+Blue) = 255+110+0=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6E00 is #0091FF. Grayscale: #8D8D8D. Windows color (decimal): -37376 or 28415. OLE color: 28415.

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

Color convert

RGB2551100-
CMYK00.5710
HSL25.88º100%50%-
HSV(B)25.88º100%100%-
XYZ46.8232.413.79-
YUV140.8248.54209.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 69.86%
GREEN value IS 110 (43.36% from 255) = 30.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.86%
G=30.14%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255110000.571025.8810050
HexFF6E00396401a6432
Octal377156007114403214462
Binary1111111111011100011100111001000110101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6E00; }

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

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

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

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

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

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

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

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