#FF5E13

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

Shades of Safety Orange #FF5E13

Tints of Safety Orange #FF5E13

Color information

#FF5E13 (or 0xFF5E13) is unknown color: approx Safety Orange. HEX triplet: FF, 5E and 13. RGB value is (255,94,19). Sum of RGB (Red+Green+Blue) = 255+94+19=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 19 (7.81% from 255 or 5.16% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5E13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5E13 is #00A1EC. Grayscale: #868686. Windows color (decimal): -41453 or 1269503. OLE color: 1269503.

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

Color convert

RGB2559419-
CMYK00.630.930
HSL19.07º100%53.73%-
HSV(B)19.07º92.55%100%-
XYZ45.3629.313.88-
YUV133.5963.34214.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 69.29%
GREEN value IS 94 (37.11% from 255) = 25.54%
BLUE value IS 19 (7.81% from 255) = 5.16%
R=69.29%
G=25.54%
B=5.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255941900.630.93019.0710053.73
HexFF5E1303F5D0136436
Octal3771362307713502314466
Binary11111111101111010011011111110111010100111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5E13; }

 p { color: rgb(255,94,19); }

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

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

 a { background-color: rgb(255,94,19); }

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

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

 span { border-color: rgb(255,94,19); }

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