#FF6311

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

Shades of Safety Orange #FF6311

Tints of Safety Orange #FF6311

Color information

#FF6311 (or 0xFF6311) is unknown color: approx Safety Orange. HEX triplet: FF, 63 and 11. RGB value is (255,99,17). Sum of RGB (Red+Green+Blue) = 255+99+17=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 17 (7.03% from 255 or 4.58% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6311 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6311 is #009CEE. Grayscale: #888888. Windows color (decimal): -40175 or 1139711. OLE color: 1139711.

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

Color convert

RGB2559917-
CMYK00.610.930
HSL20.67º100%53.33%-
HSV(B)20.67º93.33%100%-
XYZ45.830.223.95-
YUV136.360.68212.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 68.73%
GREEN value IS 99 (39.06% from 255) = 26.68%
BLUE value IS 17 (7.03% from 255) = 4.58%
R=68.73%
G=26.68%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255991700.610.93020.6710053.33
HexFF631103D5D0156435
Octal3771432107513502514465
Binary11111111110001110001011110110111010101011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6311; }

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

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

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

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

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

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

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

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