#FF6511

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

Shades of Safety Orange #FF6511

Tints of Safety Orange #FF6511

Color information

#FF6511 (or 0xFF6511) is unknown color: approx Safety Orange. HEX triplet: FF, 65 and 11. RGB value is (255,101,17). Sum of RGB (Red+Green+Blue) = 255+101+17=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 17 (7.03% from 255 or 4.56% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6511 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6511 is #009AEE. Grayscale: #898989. Windows color (decimal): -39663 or 1140223. OLE color: 1140223.

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

Color convert

RGB25510117-
CMYK00.600.930
HSL21.18º100%53.33%-
HSV(B)21.18º93.33%100%-
XYZ45.9930.614.01-
YUV137.4760.02211.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 68.36%
GREEN value IS 101 (39.84% from 255) = 27.08%
BLUE value IS 17 (7.03% from 255) = 4.56%
R=68.36%
G=27.08%
B=4.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551011700.600.93021.1810053.33
HexFF651103C5D0156435
Octal3771452107413502514465
Binary11111111110010110001011110010111010101011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6511; }

 p { color: rgb(255,101,17); }

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

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

 a { background-color: rgb(255,101,17); }

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

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

 span { border-color: rgb(255,101,17); }

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